From 9743624c0b872a50a14df862381c460ac7b3fd92 Mon Sep 17 00:00:00 2001 From: gengjiawen Date: Fri, 19 Jun 2020 22:17:34 +0800 Subject: [PATCH] quic: fix typo in comments PR-URL: https://github.com/nodejs/node/pull/33975 Reviewed-By: Richard Lau Reviewed-By: Anna Henningsen Reviewed-By: David Carlier Reviewed-By: James M Snell Reviewed-By: Gus Caplan Reviewed-By: Trivikram Kamat --- src/quic/node_quic_util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/quic/node_quic_util.h b/src/quic/node_quic_util.h index e1490941aa3224..d698a6df0b4041 100644 --- a/src/quic/node_quic_util.h +++ b/src/quic/node_quic_util.h @@ -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 {