Skip to content

Commit

Permalink
doc: typo fix breadpad->breakpad
Browse files Browse the repository at this point in the history
Change-Id: I24a98773cd4b919cf7728dee17f9b6678640c6cd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2828781
Auto-Submit: Ian Barkley-Yeung <iby@chromium.org>
Reviewed-by: Mark Mentovai <mark@chromium.org>
Commit-Queue: Mark Mentovai <mark@chromium.org>
Cr-Commit-Position: refs/heads/master@{#873103}
  • Loading branch information
ianby authored and Chromium LUCI CQ committed Apr 15, 2021
1 parent 871b872 commit 570b369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/linux/crash_dumping.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ crash handler, we observe some rules:
`memcpy`. Since the compiler can emit calls to `memcpy` we can't really
avoid it.
1. We don't allocate memory via malloc as the heap may be corrupt. Instead we
use a custom allocator (in `breadpad/linux/memory.h`) which gets clean pages
use a custom allocator (in `breakpad/linux/memory.h`) which gets clean pages
directly from the kernel.

In order to avoid calling into libc we have a couple of header files which wrap
Expand Down

0 comments on commit 570b369

Please sign in to comment.