]> Cypherpunks repositories - gostls13.git/commitdiff
[release-branch.go1] path/filepath: fix typo
authorAnthony Martin <ality@pbrane.org>
Wed, 13 Jun 2012 20:23:33 +0000 (16:23 -0400)
committerDavid Symonds <dsymonds@golang.org>
Wed, 13 Jun 2012 20:23:33 +0000 (16:23 -0400)
««« backport 6c742b3b04d1
path/filepath: fix typo

R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/6117063

»»»

src/pkg/path/filepath/path_plan9.go

index cf028a75c525e2495cb081590863dbc9c47d3444..59a5812dd0bad1c7acec33e2e0304b28e491a353 100644 (file)
@@ -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 ""
 }