Skip to content

Commit

Permalink
process: fix typo in comments
Browse files Browse the repository at this point in the history
Fixing a typo in comments, the word 'remaining' had a typo.

PR-URL: #11503
Fixes: #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>
  • Loading branch information
levsthings authored and hiroppy committed Feb 25, 2017
1 parent fb71ba4 commit ee7b7f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/internal/process.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit ee7b7f6

Please sign in to comment.