We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb71ba4 commit ee7b7f6Copy full SHA for ee7b7f6
lib/internal/process.js
@@ -76,7 +76,7 @@ function setup_cpuUsage() {
76
77
// The 3 entries filled in by the original process.hrtime contains
78
// the upper/lower 32 bits of the second part of the value,
79
-// and the renamining nanoseconds of the value.
+// and the remaining nanoseconds of the value.
80
function setup_hrtime() {
81
const _hrtime = process.hrtime;
82
const hrValues = new Uint32Array(3);
0 commit comments