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. |