From: Bruno Haible Date: Sun, 27 Sep 2009 12:07:26 +0000 (+0200) Subject: Typo in comment. X-Git-Tag: v0.1~5411 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=fafdb60bfbf507120683cfb216251f1e8cb9fca2;p=gnulib.git Typo in comment. --- diff --git a/tests/test-sameacls.c b/tests/test-sameacls.c index 736be57bf..9453f69ed 100644 --- a/tests/test-sameacls.c +++ b/tests/test-sameacls.c @@ -463,7 +463,7 @@ main (int argc, char *argv[]) abort (); } - /* The docs say that type1 being 0 is equivalent to ACL_ANY, but it is not + /* The docs say that type2 being 0 is equivalent to ACL_ANY, but it is not true, in AIX 5.3. */ type2.u64 = ACL_ANY; if (aclx_get (file2, 0, &type2, acl2, &aclsize2, &mode2) < 0)