From 732f5c1168c675c9bf70f882bf22a856794d9e08 Mon Sep 17 00:00:00 2001 From: sjungwon03 Date: Tue, 14 Jul 2026 11:45:46 +0900 Subject: [PATCH] quic: fix coverage comment typo Correct the coverage typo in TODO comments for QUIC modules. Signed-off-by: sjungwon03 --- lib/internal/quic/diagnostics.js | 2 +- lib/internal/quic/quic.js | 2 +- lib/internal/quic/state.js | 2 +- lib/internal/quic/stats.js | 2 +- lib/internal/quic/symbols.js | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/internal/quic/diagnostics.js b/lib/internal/quic/diagnostics.js index 7180f719bc09d3..10dac5693fba55 100644 --- a/lib/internal/quic/diagnostics.js +++ b/lib/internal/quic/diagnostics.js @@ -1,6 +1,6 @@ 'use strict'; -// TODO(@jasnell) Temporarily ignoring c8 covrerage for this file while tests +// TODO(@jasnell) Temporarily ignoring c8 coverage for this file while tests // are still being developed. /* c8 ignore start */ diff --git a/lib/internal/quic/quic.js b/lib/internal/quic/quic.js index 96362355c1deba..f10d38aecc28f0 100644 --- a/lib/internal/quic/quic.js +++ b/lib/internal/quic/quic.js @@ -1,6 +1,6 @@ 'use strict'; -// TODO(@jasnell) Temporarily ignoring c8 covrerage for this file while tests +// TODO(@jasnell) Temporarily ignoring c8 coverage for this file while tests // are still being developed. /* c8 ignore start */ diff --git a/lib/internal/quic/state.js b/lib/internal/quic/state.js index 8815b0bb4c32cf..ee958d7b9efbda 100644 --- a/lib/internal/quic/state.js +++ b/lib/internal/quic/state.js @@ -1,6 +1,6 @@ 'use strict'; -// TODO(@jasnell) Temporarily ignoring c8 covrerage for this file while tests +// TODO(@jasnell) Temporarily ignoring c8 coverage for this file while tests // are still being developed. /* c8 ignore start */ diff --git a/lib/internal/quic/stats.js b/lib/internal/quic/stats.js index cd986827c12c47..6596924b465050 100644 --- a/lib/internal/quic/stats.js +++ b/lib/internal/quic/stats.js @@ -1,6 +1,6 @@ 'use strict'; -// TODO(@jasnell) Temporarily ignoring c8 covrerage for this file while tests +// TODO(@jasnell) Temporarily ignoring c8 coverage for this file while tests // are still being developed. /* c8 ignore start */ diff --git a/lib/internal/quic/symbols.js b/lib/internal/quic/symbols.js index 665ab7ca1911c2..1dabb928af3c58 100644 --- a/lib/internal/quic/symbols.js +++ b/lib/internal/quic/symbols.js @@ -1,6 +1,6 @@ 'use strict'; -// TODO(@jasnell) Temporarily ignoring c8 covrerage for this file while tests +// TODO(@jasnell) Temporarily ignoring c8 coverage for this file while tests // are still being developed. /* c8 ignore start */