Skip to content

Commit 4fd9455

Browse files
douglarekianlancetaylor
authored andcommitted
io/fs: fix typo in comment
Change-Id: Idf8e5d808c0996e0ca00979e7b8d7627f29cd10f Reviewed-on: https://go-review.googlesource.com/c/go/+/280552 Reviewed-by: Alberto Donizetti <alb.donizetti@gmail.com> Reviewed-by: Ian Lance Taylor <iant@golang.org> Trust: Alberto Donizetti <alb.donizetti@gmail.com>
1 parent 1d78139 commit 4fd9455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/io/fs/walk.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
var SkipDir = errors.New("skip this directory")
1616

1717
// WalkDirFunc is the type of the function called by WalkDir to visit
18-
// each each file or directory.
18+
// each file or directory.
1919
//
2020
// The path argument contains the argument to Walk as a prefix.
2121
// That is, if Walk is called with root argument "dir" and finds a file

0 commit comments

Comments
 (0)