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

Unified Diff: net/spdy/spdy_frame_reader.h

Issue 12262002: Minor cleanup in SpdyFrameBuilder. No functional/compiled change. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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 | « no previous file | net/spdy/spdy_frame_reader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/spdy_frame_reader.h
diff --git a/net/spdy/spdy_frame_reader.h b/net/spdy/spdy_frame_reader.h
index 3f184561a52190619818f02e61e801f44cc18a5b..9bf7833b0e15d281926f1172fe38c1fee2b892eb 100644
--- a/net/spdy/spdy_frame_reader.h
+++ b/net/spdy/spdy_frame_reader.h
@@ -49,7 +49,7 @@ class NET_EXPORT_PRIVATE SpdyFrameReader {
bool ReadUInt32(uint32* result);
// Reads a 31-bit unsigned integer into the given output parameter. This is
- // equivelant to ReadUInt32() above except that the highest-order bit is
+ // equivalent to ReadUInt32() above except that the highest-order bit is
// discarded.
// Forwards the internal iterater (by 4B) on success.
// Returns true on success, false otherwise.
« no previous file with comments | « no previous file | net/spdy/spdy_frame_reader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698