changeset 7364:0c8ce8aa0047

add "the" in a comment
author Jim Meyering <jim@meyering.net>
date Mon, 25 Sep 2006 16:08:26 +0000
parents d2d55a61866f
children 92bc7be769fc
files lib/acl.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/acl.c
+++ b/lib/acl.c
@@ -81,7 +81,7 @@
 # define acl_from_mode(mode) (NULL)
 #endif
 
-/* We detect presence of POSIX 1003.1e (draft 17 -- abandoned) support
+/* We detect the presence of POSIX 1003.1e (draft 17 -- abandoned) support
    by checking for HAVE_ACL_GET_FILE, HAVE_ACL_SET_FILE, and HAVE_ACL_FREE.
    Systems that have acl_get_file, acl_set_file, and acl_free must also
    have acl_to_text, acl_from_text, and acl_delete_def_file (all defined