summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRical Jasan <ricaljasan@pacific.net>2018-02-21 04:00:03 -0800
committerDmitry V. Levin <ldv@altlinux.org>2018-03-12 19:26:40 +0000
commitea4ea9f875bfc85154838bb69e8b42b9e19c414c (patch)
tree894ffe9a5b0c6d187a068c478eca01ce1b35b317
parente12a365d3a9b6de453db86ad82e0fbe1f0889a30 (diff)
downloadglibc-ea4ea9f875bfc85154838bb69e8b42b9e19c414c.tar.gz
Fix a typo in a comment.
* io/fcntl.h: Fix a typo in a comment. (cherry picked from commit 0d217f4082473e5fdca87831df928dd525a02f72)
-rw-r--r--ChangeLog4
-rw-r--r--io/fcntl.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e158364c7e..ddac819a8f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/io/fcntl.h b/io/fcntl.h
index 3d239e8f09..69a4394191 100644
--- a/io/fcntl.h
+++ b/io/fcntl.h
@@ -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