diff options
| author | Anthony Martin <ality@pbrane.org> | 2012-04-27 10:25:19 +1000 |
|---|---|---|
| committer | David Symonds <dsymonds@golang.org> | 2012-04-27 10:25:19 +1000 |
| commit | 0bad08cbbbb0a561faa62ece250fed9ffa035f75 (patch) | |
| tree | 2afa306874268e7055516d25acb3f45c1a2e768f /src/pkg | |
| parent | 029d62f5c0c13caae47a9d9ab294fb5dba0884ef (diff) | |
| download | go-0bad08cbbbb0a561faa62ece250fed9ffa035f75.tar.xz | |
path/filepath: fix typo
R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/6117063
Diffstat (limited to 'src/pkg')
| -rw-r--r-- | src/pkg/path/filepath/path_plan9.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/path/filepath/path_plan9.go b/src/pkg/path/filepath/path_plan9.go index cf028a75c5..59a5812dd0 100644 --- a/src/pkg/path/filepath/path_plan9.go +++ b/src/pkg/path/filepath/path_plan9.go @@ -12,7 +12,7 @@ func IsAbs(path string) bool { } // VolumeName returns the leading volume name on Windows. -// It returns "" elsewhere +// It returns "" elsewhere. func VolumeName(path string) string { return "" } |
