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 |