Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1933)

Unified Diff: base/mac/foundation_util.mm

Issue 9854040: Fix some grammatical errors in base/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/json/json_reader.cc ('k') | base/process_util_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/mac/foundation_util.mm
diff --git a/base/mac/foundation_util.mm b/base/mac/foundation_util.mm
index 891ec13dfc4459e1c2dec71cd014cd676a0fbc3b..ce30a161b7270dc6527f864c405a81a56a579428 100644
--- a/base/mac/foundation_util.mm
+++ b/base/mac/foundation_util.mm
@@ -46,7 +46,7 @@ static bool UncachedAmIBundled() {
bool AmIBundled() {
// If the return value is not cached, this function will return different
- // values depending on when it's called. This confuses some client code, see
+ // values depending on when its called. This confuses some client code, see
gavinp 2012/03/30 01:16:30 The original is correct here.
// http://crbug.com/63183 .
static bool result = UncachedAmIBundled();
DCHECK_EQ(result, UncachedAmIBundled())
« no previous file with comments | « base/json/json_reader.cc ('k') | base/process_util_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698