diff options
author | Rical Jasan <ricaljasan@pacific.net> | 2018-02-21 04:00:03 -0800 |
---|---|---|
committer | Rical Jasan <ricaljasan@pacific.net> | 2018-02-21 04:00:03 -0800 |
commit | e157ee68892490bc58b45c17642e2d3d03ca5d4d (patch) | |
tree | c11c46d6b27495161c64eb5b8e65346817264b0d | |
parent | 064c0ff384582c52c91b934d48b4f2bb698a1c6b (diff) | |
download | glibc-e157ee68892490bc58b45c17642e2d3d03ca5d4d.zip glibc-e157ee68892490bc58b45c17642e2d3d03ca5d4d.tar.gz glibc-e157ee68892490bc58b45c17642e2d3d03ca5d4d.tar.bz2 |
Fix a typo in a comment.
* io/fcntl.h: Fix a typo in a comment.
(cherry picked from commit 0d217f4082473e5fdca87831df928dd525a02f72)
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | io/fcntl.h | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2018-02-21 Rical Jasan <ricaljasan@pacific.net> + + * io/fcntl.h: Fix a typo in a comment. + 2018-02-20 Rical Jasan <ricaljasan@pacific.net> * manual/creature.texi (_ISOC99_SOURCE): Update the dated @@ -139,7 +139,7 @@ typedef __pid_t pid_t; # define SEEK_END 2 /* Seek from end of file. */ #endif /* XPG */ -/* The constants AT_REMOVEDIR and AT_EACCESS have the same value. AT_EASSESS +/* The constants AT_REMOVEDIR and AT_EACCESS have the same value. AT_EACCESS is meaningful only to faccessat, while AT_REMOVEDIR is meaningful only to unlinkat. The two functions do completely different things and therefore, the flags can be allowed to overlap. For example, passing AT_REMOVEDIR to |