From: Jim Meyering Date: Mon, 25 Sep 2006 16:08:26 +0000 (+0000) Subject: add "the" in a comment X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2a90596375235b1e0b1da6c78918fd819b02922;p=pspp add "the" in a comment --- diff --git a/lib/acl.c b/lib/acl.c index f891685fd4..803be0da87 100644 --- 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