1
0
mirror of https://github.com/golang/go synced 2024-11-13 12:30:21 -07:00

runtime: fix typo in error message

Change-Id: I27bf98e84545746d90948dd06c4a7bd70782c49d
Reviewed-on: https://go-review.googlesource.com/c/go/+/621895
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Keith Randall <khr@google.com>
This commit is contained in:
changwang ma 2024-10-23 02:04:20 +08:00 committed by Gopher Robot
parent bdc6dbbc64
commit 34e96356b7

View File

@ -454,7 +454,7 @@ func mallocinit() {
}
if minTagBits > taggedPointerBits {
throw("taggedPointerbits too small")
throw("taggedPointerBits too small")
}
// Initialize the heap.