aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormmentovai <mmentovai@4c0a9323-5329-0410-9bdc-e9ce6186880e>2006-09-14 16:31:38 +0000
committermmentovai <mmentovai@4c0a9323-5329-0410-9bdc-e9ce6186880e>2006-09-14 16:31:38 +0000
commit683c86e6c585e79e36eaa3a55ca6191f7cc87db4 (patch)
treee3860ae3c78a1ef28d56fd98d2ec4874525dec9f /src
parentAdd a client_id field to CrashReport (#22) r=mmentovai. (diff)
downloadbreakpad-683c86e6c585e79e36eaa3a55ca6191f7cc87db4.tar.xz
Typo fixes. Patch by Ludovic Hirlimann.
http://groups.google.com/group/airbag-dev/browse_thread/thread/5d523eea06731806 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@24 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'src')
-rw-r--r--src/processor/minidump_format.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/processor/minidump_format.h b/src/processor/minidump_format.h
index af24c6fb..7d38a4a7 100644
--- a/src/processor/minidump_format.h
+++ b/src/processor/minidump_format.h
@@ -21,7 +21,7 @@
* produced on win32/x86. These files may be read on any platform provided
* that the alignments of these structures on the processing system are
* identical to the alignments of these structures on the producing system.
- * For this reason, precise-sized types are used. The structures defined by
+ * For this reason, precise-sized types are used. The structures defined
* by this file have been laid out to minimize alignment problems by ensuring
* ensuring that all members are aligned on their natural boundaries. In
* In some cases, tail-padding may be significant when different ABIs specify
@@ -43,7 +43,7 @@
* collisions with the types and values defined and used by DbgHelp in the
* event that this implementation is used on Windows, each type and value
* defined here is given a new name, beginning with "MD". Names of the
- * equivlaent types and values in the Windows Platform SDK are given in
+ * equivalent types and values in the Windows Platform SDK are given in
* comments.
*
* Author: Mark Mentovai */