diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/misc/truncate-fail-diag | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/truncate-fail-diag b/tests/misc/truncate-fail-diag index f9cdabf38..994ee0b8b 100755 --- a/tests/misc/truncate-fail-diag +++ b/tests/misc/truncate-fail-diag @@ -1,6 +1,6 @@ #!/bin/sh # make sure truncate gives reasonable diagnostics -# Note open() checks for trailing '/' before checking for existance +# Note open() checks for trailing '/' before checking for existence # open (".", O_CREAT & (O_WRONLY | O_RDWR), ...) -> EISDIR # open ("missing/", O_CREAT & (O_WRONLY | O_RDWR), ...) -> EISDIR # open ("missing/file", O_CREAT & (O_WRONLY | O_RDWR), ...) -> ENOENT |