Skip to content

Commit 117ac84

Browse files
sjungwon03aduh95
authored andcommitted
quic: fix coverage comment typo
Correct the coverage typo in TODO comments for QUIC modules. Signed-off-by: sjungwon03 <sjungwon03@gmail.com> PR-URL: #64486 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Daeyeon Jeong <daeyeon.dev@gmail.com> Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ethan Arrowood <ethan@arrowood.dev>
1 parent 92f5aed commit 117ac84

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

lib/internal/quic/diagnostics.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict';
22

3-
// TODO(@jasnell) Temporarily ignoring c8 covrerage for this file while tests
3+
// TODO(@jasnell) Temporarily ignoring c8 coverage for this file while tests
44
// are still being developed.
55
/* c8 ignore start */
66

lib/internal/quic/quic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict';
22

3-
// TODO(@jasnell) Temporarily ignoring c8 covrerage for this file while tests
3+
// TODO(@jasnell) Temporarily ignoring c8 coverage for this file while tests
44
// are still being developed.
55
/* c8 ignore start */
66

lib/internal/quic/state.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict';
22

3-
// TODO(@jasnell) Temporarily ignoring c8 covrerage for this file while tests
3+
// TODO(@jasnell) Temporarily ignoring c8 coverage for this file while tests
44
// are still being developed.
55
/* c8 ignore start */
66

lib/internal/quic/stats.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict';
22

3-
// TODO(@jasnell) Temporarily ignoring c8 covrerage for this file while tests
3+
// TODO(@jasnell) Temporarily ignoring c8 coverage for this file while tests
44
// are still being developed.
55
/* c8 ignore start */
66

lib/internal/quic/symbols.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict';
22

3-
// TODO(@jasnell) Temporarily ignoring c8 covrerage for this file while tests
3+
// TODO(@jasnell) Temporarily ignoring c8 coverage for this file while tests
44
// are still being developed.
55
/* c8 ignore start */
66

0 commit comments

Comments
 (0)