diff options
Diffstat (limited to 'src/runtime/alg.go')
| -rw-r--r-- | src/runtime/alg.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/alg.go b/src/runtime/alg.go index e507e71715..7aacc8cf9b 100644 --- a/src/runtime/alg.go +++ b/src/runtime/alg.go @@ -64,7 +64,7 @@ func memhash128(p unsafe.Pointer, h uintptr) uintptr { } // memhash_varlen is defined in assembly because it needs access -// to the closure. It appears here to provide an argument +// to the closure. It appears here to provide an argument // signature for the assembly routine. func memhash_varlen(p unsafe.Pointer, h uintptr) uintptr |
