From: Anthony Martin Date: Fri, 27 Apr 2012 00:25:19 +0000 (+1000) Subject: path/filepath: fix typo X-Git-Tag: go1.1rc2~3295 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=0bad08cbbbb0a561faa62ece250fed9ffa035f75;p=gostls13.git 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 "" }