diff options
Diffstat (limited to 'src/runtime/malloc.go')
| -rw-r--r-- | src/runtime/malloc.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/malloc.go b/src/runtime/malloc.go index 83f7f64f6f..02c096a859 100644 --- a/src/runtime/malloc.go +++ b/src/runtime/malloc.go @@ -454,7 +454,7 @@ func mallocinit() { } if minTagBits > taggedPointerBits { - throw("taggedPointerbits too small") + throw("taggedPointerBits too small") } // Initialize the heap. |
