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

Unified Diff: net/cookies/cookie_store.h

Issue 2157963002: Improve grammar in some comments. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: maxiumum Created 4 years, 5 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 | « gpu/command_buffer/client/gles2_implementation.h ('k') | net/disk_cache/backend_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cookies/cookie_store.h
diff --git a/net/cookies/cookie_store.h b/net/cookies/cookie_store.h
index aaf1b743e46042ea3cf2b6e5c193b6364e446020..f56fedd90392877b24e554276579a12733617700 100644
--- a/net/cookies/cookie_store.h
+++ b/net/cookies/cookie_store.h
@@ -157,7 +157,7 @@ class NET_EXPORT CookieStore {
const DeleteCallback& callback) = 0;
// Deletes all of the cookies that match the given predicate and that have a
- // creation_date greater than or equal to |delete_begin| and less then
+ // creation_date greater than or equal to |delete_begin| and smaller than
// |delete_end|. This includes all http_only and secure cookies. Avoid
// deleting cookies that could leave websites with a partial set of visible
// cookies.
« no previous file with comments | « gpu/command_buffer/client/gles2_implementation.h ('k') | net/disk_cache/backend_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698