diff options
Diffstat (limited to 'src/runtime/internal')
| -rw-r--r-- | src/runtime/internal/sys/intrinsics_common.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/internal/sys/intrinsics_common.go b/src/runtime/internal/sys/intrinsics_common.go index 709ec23f9d..1461551dda 100644 --- a/src/runtime/internal/sys/intrinsics_common.go +++ b/src/runtime/internal/sys/intrinsics_common.go @@ -24,7 +24,7 @@ const len8tab = "" + "\x08\x08\x08\x08\x08\x08\x08\x08\x08\x08\x08\x08\x08\x08\x08\x08" + "\x08\x08\x08\x08\x08\x08\x08\x08\x08\x08\x08\x08\x08\x08\x08\x08" -// len64 returns the minimum number of bits required to represent x; the result is 0 for x == 0. +// Len64 returns the minimum number of bits required to represent x; the result is 0 for x == 0. // // nosplit because this is used in src/runtime/histogram.go, which make run in sensitive contexts. // |
