From 0b4c5d7946a35ca2c3b61e14e909b8cc5720ee41 Mon Sep 17 00:00:00 2001 From: Anthony Martin Date: Wed, 13 Jun 2012 16:23:33 -0400 Subject: [PATCH] [release-branch.go1] path/filepath: fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit ««« 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "" } -- 2.50.0