]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix a typo in a comment.
authorRical Jasan <ricaljasan@pacific.net>
Wed, 21 Feb 2018 12:00:03 +0000 (04:00 -0800)
committerDmitry V. Levin <ldv@altlinux.org>
Mon, 12 Mar 2018 19:26:40 +0000 (19:26 +0000)
* io/fcntl.h: Fix a typo in a comment.

(cherry picked from commit 0d217f4082473e5fdca87831df928dd525a02f72)

ChangeLog
io/fcntl.h

index e158364c7ed07a6395ee11fd1fb5113fd9e5a053..ddac819a8fee5d855b7abc8ec12c7191adb81bd0 100644 (file)
--- 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
index 3d239e8f09f7ce0a3106621be327e1ea4cd1a3e7..69a4394191b3c65945de4191cedb7619db257d20 100644 (file)
@@ -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