Commit 7534a72e authored by Brad Fitzpatrick's avatar Brad Fitzpatrick

fmt: fix typo

Fixes #17955

Change-Id: Ia1a04796353c83358a38a6b63f2a0cd3c6926f09
Reviewed-on: https://go-review.googlesource.com/33338Reviewed-by: 's avatarRob Pike <r@golang.org>
parent 03ca047d
......@@ -46,7 +46,7 @@ type fmt struct {
wid int // width
prec int // precision
// intbuf is large enought to store %b of an int64 with a sign and
// intbuf is large enough to store %b of an int64 with a sign and
// avoids padding at the end of the struct on 32 bit architectures.
intbuf [68]byte
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment