diff options
Diffstat (limited to 'missing/file.h')
| -rw-r--r-- | missing/file.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/missing/file.h b/missing/file.h index 2d491d0fc1..5e25c4761c 100644 --- a/missing/file.h +++ b/missing/file.h @@ -1,7 +1,6 @@ -/* This is file FILE.H */ - #ifndef _FILE_H_ #define _FILE_H_ +/* This is file FILE.H */ #include <fcntl.h> @@ -15,7 +14,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 |
