| Index: net/quic/quic_protocol.h
|
| diff --git a/net/quic/quic_protocol.h b/net/quic/quic_protocol.h
|
| index c1f6124785fb302f253b9faafe7f5b11882c920b..4090f4c28d92a63ad9190a659df63d3268e14707 100644
|
| --- a/net/quic/quic_protocol.h
|
| +++ b/net/quic/quic_protocol.h
|
| @@ -489,7 +489,7 @@ struct NET_EXPORT_PRIVATE QuicAckFrame {
|
| };
|
|
|
| // Defines for all types of congestion feedback that will be negotiated in QUIC,
|
| -// kTCP MUST be supported by all QUIC implementations to guarentee 100%
|
| +// kTCP MUST be supported by all QUIC implementations to guarantee 100%
|
| // compatibility.
|
| enum CongestionFeedbackType {
|
| kTCP, // Used to mimic TCP.
|
|
|