diff options
Diffstat (limited to 'libgo/go/os/str.go')
-rw-r--r-- | libgo/go/os/str.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/os/str.go b/libgo/go/os/str.go index d3e03e984954..cba9fa3e8d41 100644 --- a/libgo/go/os/str.go +++ b/libgo/go/os/str.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// Simple converions to avoid depending on strconv. +// Simple conversions to avoid depending on strconv. package os |