From: Bruno Haible <bruno@clisp.org> Date: Sun, 27 Sep 2009 12:07:26 +0000 (+0200) Subject: Typo in comment. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fafdb60bfbf507120683cfb216251f1e8cb9fca2;p=pspp Typo in comment. --- diff --git a/tests/test-sameacls.c b/tests/test-sameacls.c index 736be57bf0..9453f69edf 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)