From: Anthony Martin Date: Wed, 13 Jun 2012 20:23:33 +0000 (-0400) Subject: [release-branch.go1] path/filepath: fix typo X-Git-Tag: go1.0.2~108 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=0b4c5d7946a35ca2c3b61e14e909b8cc5720ee41;p=gostls13.git [release-branch.go1] path/filepath: fix typo ««« backport 6c742b3b04d1 path/filepath: fix typo R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/6117063 »»» --- 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 "" }