Skip to content

Commit

Permalink
fmt: fix typo
Browse files Browse the repository at this point in the history
Fixes golang#17955

Change-Id: Ia1a04796353c83358a38a6b63f2a0cd3c6926f09
Reviewed-on: https://go-review.googlesource.com/33338
Reviewed-by: Rob Pike <[email protected]>
  • Loading branch information
bradfitz committed Nov 17, 2016
1 parent 03ca047 commit 7534a72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fmt/format.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 7534a72

Please sign in to comment.