Skip to content

Commit

Permalink
quic: fix typo in comments
Browse files Browse the repository at this point in the history
PR-URL: #33975
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: David Carlier <devnexen@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
  • Loading branch information
gengjiawen committed Jun 22, 2020
1 parent b8ea471 commit 9743624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/quic/node_quic_util.h
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ class StatsBase {
// A StatsBase instance may have one of three histogram
// instances. One that records rate of data flow, one
// that records size of data chunk, and one that records
// rate of data ackwowledgement. These may be used in
// rate of data acknowledgement. These may be used in
// slightly different ways of different StatsBase
// instances or may be turned off entirely.
enum HistogramOptions {
Expand Down

0 comments on commit 9743624

Please sign in to comment.