diff options
Diffstat (limited to 'libgo/go/os/path_test.go')
-rw-r--r-- | libgo/go/os/path_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/os/path_test.go b/libgo/go/os/path_test.go index b4531314d04e..51dc25bb2307 100644 --- a/libgo/go/os/path_test.go +++ b/libgo/go/os/path_test.go @@ -147,7 +147,7 @@ func TestRemoveAll(t *testing.T) { // No error checking here: either RemoveAll // will or won't be able to remove dpath; // either way we want to see if it removes fpath - // and path/zzz. Reasons why RemoveAll might + // and path/zzz. Reasons why RemoveAll might // succeed in removing dpath as well include: // * running as root // * running on a file system without permissions (FAT) |