summaryrefslogtreecommitdiff
path: root/tests/misc/truncate-fail-diag
diff options
context:
space:
mode:
Diffstat (limited to 'tests/misc/truncate-fail-diag')
-rwxr-xr-xtests/misc/truncate-fail-diag2
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