summaryrefslogtreecommitdiff
path: root/missing/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'missing/file.h')
-rw-r--r--missing/file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/missing/file.h b/missing/file.h
index 2d491d0fc1..241d716563 100644
--- a/missing/file.h
+++ b/missing/file.h
@@ -15,7 +15,7 @@
#ifndef R_OK
# define R_OK 4 /* test whether readable. */
# define W_OK 2 /* test whether writable. */
-# define X_OK 1 /* test whether execubale. */
+# define X_OK 1 /* test whether executable. */
# define F_OK 0 /* test whether exist. */
#endif