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

Unified Diff: net/spdy/spdy_session.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 | « net/disk_cache/backend_unittest.cc ('k') | net/tools/balsa/balsa_headers_token_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/spdy_session.h
diff --git a/net/spdy/spdy_session.h b/net/spdy/spdy_session.h
index 6a0e22d44dcc97a7c66a1e9009990ba611ad2550..ad8c5f7305c13e27e1c06cbce526dd04210a50a1 100644
--- a/net/spdy/spdy_session.h
+++ b/net/spdy/spdy_session.h
@@ -67,7 +67,7 @@ const int32_t kDefaultInitialWindowSize = 65535;
// sends a SETTINGS frame with a different value.
const size_t kInitialMaxConcurrentStreams = 100;
-// Specifies the maxiumum concurrent streams server could send (via push).
+// Specifies the maximum concurrent streams server could send (via push).
const int kMaxConcurrentPushedStreams = 1000;
// If more than this many bytes have been read or more than that many
« no previous file with comments | « net/disk_cache/backend_unittest.cc ('k') | net/tools/balsa/balsa_headers_token_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698