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

Unified Diff: net/spdy/core/spdy_framer.h

Issue 2895993003: Misc cleanup in net/spdy/core. (Closed)
Patch Set: Rebase. Created 3 years, 7 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/spdy/core/spdy_framer.h
diff --git a/net/spdy/core/spdy_framer.h b/net/spdy/core/spdy_framer.h
index 599ef0e71566383a1873d9e978e1c5f7be3ee8f1..334bb2663684438fdc07afac94b023e40ef17541 100644
--- a/net/spdy/core/spdy_framer.h
+++ b/net/spdy/core/spdy_framer.h
@@ -69,7 +69,7 @@ class SPDY_EXPORT_PRIVATE SpdyFramerVisitorInterface {
public:
virtual ~SpdyFramerVisitorInterface() {}
- // Called if an error is detected in the SpdySerializedFrame protocol.
+ // Called if an error is detected in the SpdyFrame protocol.
virtual void OnError(SpdyFramer* framer) = 0;
// Called when the common header for a frame is received. Validating the
@@ -95,7 +95,7 @@ class SPDY_EXPORT_PRIVATE SpdyFramerVisitorInterface {
size_t len) = 0;
// Called when the other side has finished sending data on this stream.
- // |stream_id| The stream that was receivin data.
+ // |stream_id| The stream that was receiving data.
virtual void OnStreamEnd(SpdyStreamId stream_id) = 0;
// Called when padding is received (padding length field or padding octets).

Powered by Google App Engine
This is Rietveld 408576698