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

Unified Diff: net/cookies/cookie_monster.cc

Issue 9909004: Fix some grammatical errors in comments in net/ (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 | « net/cookies/cookie_monster.h ('k') | net/data/proxy_resolver_perftest/no-ads.pac » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cookies/cookie_monster.cc
diff --git a/net/cookies/cookie_monster.cc b/net/cookies/cookie_monster.cc
index 8a609d824b5a4c8c711edad9bf9738c8c80d182b..fbe05ff7272b35b8653b3aadf755430c3aebc7b7 100644
--- a/net/cookies/cookie_monster.cc
+++ b/net/cookies/cookie_monster.cc
@@ -2667,7 +2667,7 @@ bool CookieMonster::CanonicalCookie::IsOnPath(
if (path_.empty())
return false;
- // The Mozilla code broke it into 3 cases, if it's strings lengths
+ // The Mozilla code broke it into 3 cases, if its strings lengths
mmenke 2012/03/28 23:54:37 "its strings lengths" should presumably be "its st
// are less than, equal, or greater. I think this is simpler:
// Make sure the cookie path is a prefix of the url path. If the
« no previous file with comments | « net/cookies/cookie_monster.h ('k') | net/data/proxy_resolver_perftest/no-ads.pac » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698