diff options
author | jessicag.feedback@gmail.com <jessicag.feedback@gmail.com@4c0a9323-5329-0410-9bdc-e9ce6186880e> | 2010-09-09 21:37:54 +0000 |
---|---|---|
committer | jessicag.feedback@gmail.com <jessicag.feedback@gmail.com@4c0a9323-5329-0410-9bdc-e9ce6186880e> | 2010-09-09 21:37:54 +0000 |
commit | 9fc581226040d32b6f0d6b171378d5ea0cdf8fb1 (patch) | |
tree | f88d9d67d0356d6fbadd91d417836784b9c2a028 /src/client/linux | |
parent | Reducing severity of most commonly logged ERRORS. (diff) | |
download | breakpad-9fc581226040d32b6f0d6b171378d5ea0cdf8fb1.tar.xz |
Fix a handful of comment spelling errors (Issue 385)
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@682 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'src/client/linux')
-rw-r--r-- | src/client/linux/handler/exception_handler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/linux/handler/exception_handler.h b/src/client/linux/handler/exception_handler.h index 497b1cc0..b450403a 100644 --- a/src/client/linux/handler/exception_handler.h +++ b/src/client/linux/handler/exception_handler.h @@ -105,7 +105,7 @@ class ExceptionHandler { // In certain cases, a user may wish to handle the generation of the minidump // themselves. In this case, they can install a handler callback which is - // called when a crash has occured. If this function returns true, no other + // called when a crash has occurred. If this function returns true, no other // processing of occurs and the process will shortly be crashed. If this // returns false, the normal processing continues. typedef bool (*HandlerCallback)(const void* crash_context, |