diff options
author | gavinp@chromium.org <gavinp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-02 10:35:44 +0000 |
---|---|---|
committer | gavinp@chromium.org <gavinp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-02 10:35:44 +0000 |
commit | 40cb8e0cc19c8b2d192a1d62389cc0da34725fea (patch) | |
tree | c1d32a8b270dd3ab995c7a7a4687afab7bb061a7 /base/process_util_linux.cc | |
parent | 0547347170e85f1954f6905bb4537039757f1e30 (diff) | |
download | chromium_src-40cb8e0cc19c8b2d192a1d62389cc0da34725fea.zip chromium_src-40cb8e0cc19c8b2d192a1d62389cc0da34725fea.tar.gz chromium_src-40cb8e0cc19c8b2d192a1d62389cc0da34725fea.tar.bz2 |
Fix some grammatical errors in base/
BUG=None
Review URL: http://codereview.chromium.org/9854040
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130117 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/process_util_linux.cc')
-rw-r--r-- | base/process_util_linux.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/process_util_linux.cc b/base/process_util_linux.cc index 9c83576..e8dbd52 100644 --- a/base/process_util_linux.cc +++ b/base/process_util_linux.cc @@ -764,7 +764,7 @@ void EnableTerminationOnOutOfMemory() { // NOTE: This is not the only version of this function in the source: // the setuid sandbox (in process_util_linux.c, in the sandbox source) -// also has it's own C version. +// also has its own C version. bool AdjustOOMScore(ProcessId process, int score) { if (score < 0 || score > kMaxOomScore) return false; |