| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent fb71ba4 commit ee7b7f6
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -76,7 +76,7 @@ function setup_cpuUsage() { | |||
| 76 | 76 | ||
| 77 | 77 | // The 3 entries filled in by the original process.hrtime contains | |
| 78 | 78 | // 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. | ||
| 80 | 80 | function setup_hrtime() { | |
| 81 | 81 | const _hrtime = process.hrtime; | |
| 82 | 82 | const hrValues = new Uint32Array(3); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments