From 4fd94558820100129b98f284e21b19fc27a99926 Mon Sep 17 00:00:00 2001 From: xinlingchao Date: Mon, 28 Dec 2020 14:14:41 +0800 Subject: [PATCH] io/fs: fix typo in comment Change-Id: Idf8e5d808c0996e0ca00979e7b8d7627f29cd10f Reviewed-on: https://go-review.googlesource.com/c/go/+/280552 Reviewed-by: Alberto Donizetti Reviewed-by: Ian Lance Taylor Trust: Alberto Donizetti --- src/io/fs/walk.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/io/fs/walk.go b/src/io/fs/walk.go index 06d0b1769c..c33ff10729 100644 --- a/src/io/fs/walk.go +++ b/src/io/fs/walk.go @@ -15,7 +15,7 @@ import ( var SkipDir = errors.New("skip this directory") // WalkDirFunc is the type of the function called by WalkDir to visit -// each each file or directory. +// each file or directory. // // The path argument contains the argument to Walk as a prefix. // That is, if Walk is called with root argument "dir" and finds a file -- 2.48.1