diff options
Diffstat (limited to 'src/pkg/path/filepath/path_unix.go')
| -rw-r--r-- | src/pkg/path/filepath/path_unix.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/path/filepath/path_unix.go b/src/pkg/path/filepath/path_unix.go index 1bb21ec7d9..f8ac248fbb 100644 --- a/src/pkg/path/filepath/path_unix.go +++ b/src/pkg/path/filepath/path_unix.go @@ -22,7 +22,7 @@ func IsAbs(path string) bool { } // volumeName returns the leading volume name on Windows. -// It returns "" on Unix. +// It returns "" elsewhere. func volumeName(path string) string { return "" } |
