diff --git a/lib/internal/process.js b/lib/internal/process.js index 416da76293ab04..a53618fd373206 100644 --- a/lib/internal/process.js +++ b/lib/internal/process.js @@ -76,7 +76,7 @@ function setup_cpuUsage() { // The 3 entries filled in by the original process.hrtime contains // the upper/lower 32 bits of the second part of the value, -// and the renamining nanoseconds of the value. +// and the remaining nanoseconds of the value. function setup_hrtime() { const _hrtime = process.hrtime; const hrValues = new Uint32Array(3);