diff options
Diffstat (limited to 'src/path/match.go')
| -rw-r--r-- | src/path/match.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/path/match.go b/src/path/match.go index 8154bf6025..75dd3b38e7 100644 --- a/src/path/match.go +++ b/src/path/match.go @@ -13,7 +13,7 @@ import ( // ErrBadPattern indicates a globbing pattern was malformed. var ErrBadPattern = errors.New("syntax error in pattern") -// Match returns true if name matches the shell file name pattern. +// Match reports whether name matches the shell file name pattern. // The pattern syntax is: // // pattern: |
