]> Cypherpunks repositories - gostls13.git/commit
runtime: add missing closing curly brace in runtime corruption error message
authorBrad Fitzpatrick <bradfitz@golang.org>
Wed, 26 Oct 2022 20:38:07 +0000 (13:38 -0700)
committerGopher Robot <gobot@golang.org>
Wed, 26 Oct 2022 22:20:16 +0000 (22:20 +0000)
commited24b37fd2b0c242525eb2203d90627c4be1b149
treebf5eb371a9db92c52df68ec576728d85ea07c993
parent1c72ee7f13831b215b8744f6b35bc4fd53aba5e2
runtime: add missing closing curly brace in runtime corruption error message

(Fixing the most important part of this bug.)

Updates #56426

Change-Id: If657ae47a5fe7dacc31d2c487e53e9f2dd5d03bf
Reviewed-on: https://go-review.googlesource.com/c/go/+/445695
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
Auto-Submit: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
src/runtime/os_linux.go