From: changwang ma Date: Tue, 22 Oct 2024 18:04:20 +0000 (+0800) Subject: runtime: fix typo in error message X-Git-Tag: go1.24rc1~635 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=34e96356b7d6a5d4e1f69a92585707cfe853cc0d;p=gostls13.git runtime: fix typo in error message Change-Id: I27bf98e84545746d90948dd06c4a7bd70782c49d Reviewed-on: https://go-review.googlesource.com/c/go/+/621895 Reviewed-by: Ian Lance Taylor Auto-Submit: Ian Lance Taylor LUCI-TryBot-Result: Go LUCI Reviewed-by: Keith Randall --- 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.