summaryrefslogtreecommitdiff
path: root/src/os/path_unix.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/os/path_unix.go')
-rw-r--r--src/os/path_unix.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/path_unix.go b/src/os/path_unix.go
index 0211107ddf..36f8e61bf9 100644
--- a/src/os/path_unix.go
+++ b/src/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
}