From: Rical Jasan Date: Wed, 21 Feb 2018 12:00:03 +0000 (-0800) Subject: Fix a typo in a comment. X-Git-Tag: glibc-2.28~579 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d217f4082473e5fdca87831df928dd525a02f72;p=thirdparty%2Fglibc.git Fix a typo in a comment. * io/fcntl.h: Fix a typo in a comment. --- diff --git a/ChangeLog b/ChangeLog index d6adafa0062..8ced269fe78 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2018-02-21 Rical Jasan + + * io/fcntl.h: Fix a typo in a comment. + 2018-02-21 Rical Jasan [BZ #22862] diff --git a/io/fcntl.h b/io/fcntl.h index 3d239e8f09f..69a4394191b 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