aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/path/filepath/path_plan9.go
diff options
context:
space:
mode:
authorAnthony Martin <ality@pbrane.org>2012-04-27 10:25:19 +1000
committerDavid Symonds <dsymonds@golang.org>2012-04-27 10:25:19 +1000
commit0bad08cbbbb0a561faa62ece250fed9ffa035f75 (patch)
tree2afa306874268e7055516d25acb3f45c1a2e768f /src/pkg/path/filepath/path_plan9.go
parent029d62f5c0c13caae47a9d9ab294fb5dba0884ef (diff)
downloadgo-0bad08cbbbb0a561faa62ece250fed9ffa035f75.tar.xz
path/filepath: fix typo
R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/6117063
Diffstat (limited to 'src/pkg/path/filepath/path_plan9.go')
-rw-r--r--src/pkg/path/filepath/path_plan9.go2
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 ""
}