aboutsummaryrefslogtreecommitdiff
path: root/src/io/fs/glob.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/io/fs/glob.go')
-rw-r--r--src/io/fs/glob.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/io/fs/glob.go b/src/io/fs/glob.go
index cde6c49f3d..549f217542 100644
--- a/src/io/fs/glob.go
+++ b/src/io/fs/glob.go
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2020 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
@@ -22,7 +22,7 @@ type GlobFS interface {
// Glob returns the names of all files matching pattern or nil
// if there is no matching file. The syntax of patterns is the same
// as in path.Match. The pattern may describe hierarchical names such as
-// /usr/*/bin/ed (assuming the Separator is '/').
+// usr/*/bin/ed.
//
// Glob ignores file system errors such as I/O errors reading directories.
// The only possible returned error is path.ErrBadPattern, reporting that