all: fix some typos in comments

Signed-off-by: racequite <quiterace@gmail.com>
This commit is contained in:
racequite 2024-04-22 21:47:59 +08:00
parent f875714848
commit 0307b03d50
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ func TestAddExtendedPrefix(t *testing.T) {
// (256) and thus requires fixLongPath to be correctly interpreted in I/O syscalls.
veryLong := "l" + strings.Repeat("o", 500) + "ng"
for _, test := range []struct{ in, want string }{
// Testcases use word substitutions:
// Test cases use word substitutions:
// * "long" is replaced with a very long pathname
// * "c:" or "C:" are replaced with the drive of the current directory (preserving case)
// * "cwd" is replaced with the current directory