summaryrefslogtreecommitdiffstats
path: root/base/process_util.h
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-08 19:52:21 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-08 19:52:21 +0000
commite68639f548016058b9be524057e15fa2b5118267 (patch)
tree6cee142bc4493b8c617c999ca81922cf07e02e41 /base/process_util.h
parent020f49e7fa227ae8b7640d93729dfc7f3d16fdb9 (diff)
downloadchromium_src-e68639f548016058b9be524057e15fa2b5118267.zip
chromium_src-e68639f548016058b9be524057e15fa2b5118267.tar.gz
chromium_src-e68639f548016058b9be524057e15fa2b5118267.tar.bz2
Fix a typo.
BUG=none TEST=none Review URL: http://codereview.chromium.org/1604015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43993 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/process_util.h')
-rw-r--r--base/process_util.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/base/process_util.h b/base/process_util.h
index b9abef0..5df4fbd 100644
--- a/base/process_util.h
+++ b/base/process_util.h
@@ -73,9 +73,9 @@ struct IoCounters {
// Do not change the enumeration values or you will break third-party
// installers.
enum {
- PROCESS_END_NORMAL_TERMINATON = 0,
- PROCESS_END_KILLED_BY_USER = 1,
- PROCESS_END_PROCESS_WAS_HUNG = 2
+ PROCESS_END_NORMAL_TERMINATION = 0,
+ PROCESS_END_KILLED_BY_USER = 1,
+ PROCESS_END_PROCESS_WAS_HUNG = 2
};
// Returns the id of the current process.