diff options
Diffstat (limited to 'src/runtime/cputicks.go')
| -rw-r--r-- | src/runtime/cputicks.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/cputicks.go b/src/runtime/cputicks.go index ccc3947bb2..de97d5b6fa 100644 --- a/src/runtime/cputicks.go +++ b/src/runtime/cputicks.go @@ -11,6 +11,6 @@ package runtime -// careful: cputicks is not guaranteed to be monotonic! In particular, we have +// careful: cputicks is not guaranteed to be monotonic! In particular, we have // noticed drift between cpus on certain os/arch combinations. See issue 8976. func cputicks() int64 |
