diff options
Diffstat (limited to 'libgo/go/fmt/format.go')
-rw-r--r-- | libgo/go/fmt/format.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/fmt/format.go b/libgo/go/fmt/format.go index 023647501a0..f77048338ae 100644 --- a/libgo/go/fmt/format.go +++ b/libgo/go/fmt/format.go @@ -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 } |