aboutsummaryrefslogtreecommitdiff
path: root/libgo/go/path/match.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/path/match.go')
-rw-r--r--libgo/go/path/match.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/libgo/go/path/match.go b/libgo/go/path/match.go
index 8d9aa51..d39d244 100644
--- a/libgo/go/path/match.go
+++ b/libgo/go/path/match.go
@@ -10,10 +10,10 @@ import (
"unicode/utf8"
)
-// ErrBadPattern indicates a globbing pattern was malformed.
+// ErrBadPattern indicates a pattern was malformed.
var ErrBadPattern = errors.New("syntax error in pattern")
-// Match reports whether name matches the shell file name pattern.
+// Match reports whether name matches the shell pattern.
// The pattern syntax is:
//
// pattern: