summaryrefslogtreecommitdiffstats
path: root/llgo/third_party/gofrontend/libgo/go/os/path_plan9.go
diff options
context:
space:
mode:
Diffstat (limited to 'llgo/third_party/gofrontend/libgo/go/os/path_plan9.go')
-rw-r--r--llgo/third_party/gofrontend/libgo/go/os/path_plan9.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/llgo/third_party/gofrontend/libgo/go/os/path_plan9.go b/llgo/third_party/gofrontend/libgo/go/os/path_plan9.go
index 64bad500a67..b09b53a3d82 100644
--- a/llgo/third_party/gofrontend/libgo/go/os/path_plan9.go
+++ b/llgo/third_party/gofrontend/libgo/go/os/path_plan9.go
@@ -9,7 +9,7 @@ const (
PathListSeparator = '\000' // 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
}
OpenPOWER on IntegriCloud