Skip to content

Commit 9743624

Browse files
committed
quic: fix typo in comments
PR-URL: #33975 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: David Carlier <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Gus Caplan <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
1 parent b8ea471 commit 9743624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/quic/node_quic_util.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ class StatsBase {
114114
// A StatsBase instance may have one of three histogram
115115
// instances. One that records rate of data flow, one
116116
// that records size of data chunk, and one that records
117-
// rate of data ackwowledgement. These may be used in
117+
// rate of data acknowledgement. These may be used in
118118
// slightly different ways of different StatsBase
119119
// instances or may be turned off entirely.
120120
enum HistogramOptions {

0 commit comments

Comments
 (0)