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

Unified Diff: net/tools/balsa/balsa_headers_token_utils.cc

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
Index: net/tools/balsa/balsa_headers_token_utils.cc
diff --git a/net/tools/balsa/balsa_headers_token_utils.cc b/net/tools/balsa/balsa_headers_token_utils.cc
index c5dfeea3334ad753aede7bedb35d50983de3721b..acf226fb2247e613be78d76e36ab0b80b59123ea 100644
--- a/net/tools/balsa/balsa_headers_token_utils.cc
+++ b/net/tools/balsa/balsa_headers_token_utils.cc
@@ -96,7 +96,7 @@ void BalsaHeadersTokenUtils::TokenizeHeaderValue(
CHECK(tokens);
tokens->clear();
- // We may have more then 1 line with the same header key. Tokenize them all
+ // We may have more than 1 line with the same header key. Tokenize them all
// and stick all the tokens into the same list.
for (BalsaHeaders::const_header_lines_key_iterator header_line =
headers.GetIteratorForKey(key);
« no previous file with comments | « net/spdy/spdy_session.h ('k') | remoting/android/java/src/org/chromium/chromoting/cardboard/Photosphere.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698