Index: net/quic/congestion_control/tcp_loss_algorithm.h |
diff --git a/net/quic/congestion_control/tcp_loss_algorithm.h b/net/quic/congestion_control/tcp_loss_algorithm.h |
index 7d280e8517494dcd604aab119d92f3c0d8754101..7c42c9f76afa66add65580b5025dce11dba1e0ab 100644 |
--- a/net/quic/congestion_control/tcp_loss_algorithm.h |
+++ b/net/quic/congestion_control/tcp_loss_algorithm.h |
@@ -16,7 +16,7 @@ |
namespace net { |
-// Class which implement's TCP's approach of losing packets when 3 nacks have |
+// Class which implement's TCP's approach of detecting loss when 3 nacks have |
// been received for a packet. Also implements TCP's early retransmit(RFC5827). |
class NET_EXPORT_PRIVATE TCPLossAlgorithm : public LossDetectionInterface { |
public: |