mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Fix typo
This commit is contained in:
parent
32c34330a5
commit
82e15f3547
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
package metrics
|
package metrics
|
||||||
|
|
||||||
// getProcessCPUTime is mocked for js/wasm environments. Currently it alwasy
|
// getProcessCPUTime is mocked for js/wasm environments. Currently it always
|
||||||
// returns 0.
|
// returns 0.
|
||||||
func getProcessCPUTime() int64 {
|
func getProcessCPUTime() int64 {
|
||||||
return 0
|
return 0
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue