diff options
Diffstat (limited to 'llgo/third_party/gofrontend/libgo/go/os/path_unix.go')
| -rw-r--r-- | llgo/third_party/gofrontend/libgo/go/os/path_unix.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llgo/third_party/gofrontend/libgo/go/os/path_unix.go b/llgo/third_party/gofrontend/libgo/go/os/path_unix.go index 0211107ddfc..36f8e61bf92 100644 --- a/llgo/third_party/gofrontend/libgo/go/os/path_unix.go +++ b/llgo/third_party/gofrontend/libgo/go/os/path_unix.go @@ -11,7 +11,7 @@ const ( PathListSeparator = ':' // OS-specific path list separator ) -// IsPathSeparator returns true if c is a directory separator character. +// IsPathSeparator reports whether c is a directory separator character. func IsPathSeparator(c uint8) bool { return PathSeparator == c } |

