Commit 0b4c5d79 authored by Anthony Martin's avatar Anthony Martin Committed by David Symonds

[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

»»»
parent 3a3d8826
......@@ -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 ""
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment