diff options
Diffstat (limited to 'libgo/go/exp/norm/maketesttables.go')
-rw-r--r-- | libgo/go/exp/norm/maketesttables.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/exp/norm/maketesttables.go b/libgo/go/exp/norm/maketesttables.go index d3112b4..6d11ec0 100644 --- a/libgo/go/exp/norm/maketesttables.go +++ b/libgo/go/exp/norm/maketesttables.go @@ -16,7 +16,7 @@ func main() { printTestTables() } -// We take the smallest, largest and an arbitrary value for each +// We take the smallest, largest and an arbitrary value for each // of the UTF-8 sequence lengths. var testRunes = []rune{ 0x01, 0x0C, 0x7F, // 1-byte sequences |