| Index: net/quic/congestion_control/send_algorithm_interface.h
|
| diff --git a/net/quic/congestion_control/send_algorithm_interface.h b/net/quic/congestion_control/send_algorithm_interface.h
|
| index 1447c7c61a7e358a35f4dffcbd16effc7380a081..b2633546278cddf1fa56f5abc5fc6c42242e7902 100644
|
| --- a/net/quic/congestion_control/send_algorithm_interface.h
|
| +++ b/net/quic/congestion_control/send_algorithm_interface.h
|
| @@ -35,7 +35,7 @@ class NET_EXPORT_PRIVATE SendAlgorithmInterface {
|
|
|
| virtual void OnIncomingLoss(int number_of_lost_packets) = 0;
|
|
|
| - // Inform that we sent x bytest to the wire, and if that was a retransmission.
|
| + // Inform that we sent x bytes to the wire, and if that was a retransmission.
|
| // Note: this function must be called for every packet sent to the wire.
|
| virtual void SentPacket(QuicPacketSequenceNumber sequence_number,
|
| size_t bytes,
|
|
|