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

Unified Diff: net/quic/quic_spdy_stream.h

Issue 1502493002: Fixed typo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@108704942
Patch Set: Created 5 years 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_spdy_stream.h
diff --git a/net/quic/quic_spdy_stream.h b/net/quic/quic_spdy_stream.h
index e55d6aa2c8050da2157271f206e5b843ca0c4afb..81673f7e369dd1a1edfd2c41b3a73ee8650fe094 100644
--- a/net/quic/quic_spdy_stream.h
+++ b/net/quic/quic_spdy_stream.h
@@ -77,7 +77,7 @@ class NET_EXPORT_PRIVATE QuicSpdyStream : public ReliableQuicStream {
virtual void OnStreamHeadersPriority(SpdyPriority priority);
// Called by the session when decompressed headers have been completely
- // delilvered to this stream. If |fin| is true, then this stream
+ // delivered to this stream. If |fin| is true, then this stream
// should be closed; no more data will be sent by the peer.
virtual void OnStreamHeadersComplete(bool fin, size_t frame_len);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698