mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
process: fix typo in comments
Fixing a typo in comments, the word 'remaining' had a typo. PR-URL: https://github.com/nodejs/node/pull/11503 Fixes: https://github.com/nodejs/node/issues/11491 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user