diff options
Diffstat (limited to 'src/path/filepath')
| -rw-r--r-- | src/path/filepath/path.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/path/filepath/path.go b/src/path/filepath/path.go index 1ddfbec36e..0dc559cdd6 100644 --- a/src/path/filepath/path.go +++ b/src/path/filepath/path.go @@ -222,7 +222,7 @@ func Ext(path string) string { // links. // If path is relative the result will be relative to the current directory, // unless one of the components is an absolute symbolic link. -// EvalSymlinks call Clean on the result. +// EvalSymlinks calls Clean on the result. func EvalSymlinks(path string) (string, error) { return evalSymlinks(path) } |
