diff --git a/draft-ietf-quic-recovery.md b/draft-ietf-quic-recovery.md index c7d8699769..200bd3cd6c 100644 --- a/draft-ietf-quic-recovery.md +++ b/draft-ietf-quic-recovery.md @@ -775,7 +775,7 @@ Pseudocode for SetLossDetectionAlarm follows: ~~~ SetLossDetectionAlarm(): - // Don't arm the alarm if there are no retransmittable packets + // Don't arm alarm if there are no retransmittable packets // in flight. if (bytes_in_flight == 0): loss_detection_alarm.cancel()