| 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);
|
|
|
|
|