Skip to content

Commit ee7b7f6

Browse files
levsthingshiroppy
authored andcommitted
process: fix typo in comments
Fixing a typo in comments, the word 'remaining' had a typo. PR-URL: #11503 Fixes: #11491 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Yuta Hiroto <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent fb71ba4 commit ee7b7f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/process.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ function setup_cpuUsage() {
7676

7777
// The 3 entries filled in by the original process.hrtime contains
7878
// the upper/lower 32 bits of the second part of the value,
79-
// and the renamining nanoseconds of the value.
79+
// and the remaining nanoseconds of the value.
8080
function setup_hrtime() {
8181
const _hrtime = process.hrtime;
8282
const hrValues = new Uint32Array(3);

0 commit comments

Comments
 (0)