| Index: net/quic/quic_framer.cc
|
| diff --git a/net/quic/quic_framer.cc b/net/quic/quic_framer.cc
|
| index 4160ddcb944d26dbed814b1b37f040618d44d33a..cfc8c95774bb07e75790502c4cd5ebdca3bca397 100644
|
| --- a/net/quic/quic_framer.cc
|
| +++ b/net/quic/quic_framer.cc
|
| @@ -1040,7 +1040,7 @@ bool QuicFramer::ProcessFrameData() {
|
| // TODO(jri): Retain this else block when support for
|
| // QUIC version < 10 removed. Remove above if block.
|
|
|
| - // Special frame type processing for QUIC version >= 10
|
| + // Special frame type processing for QUIC version >= 10.
|
| if (frame_type & kQuicFrameTypeSpecialMask) {
|
| // Stream Frame
|
| if (frame_type & kQuicFrameTypeStreamMask) {
|
|
|