NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Typo in bin/test/test.c



Typo. Diff:

$ cvs diff -r 1.36 test.c
Index: test.c
===================================================================
RCS file: /cvsroot/src/bin/test/test.c,v
retrieving revision 1.36
diff -u -r1.36 test.c
--- test.c      20 Jun 2008 23:29:36 -0000      1.36
+++ test.c      25 Jul 2008 23:04:16 -0000
@@ -491,7 +491,7 @@
  * came from).
  *
  * The ksh93 implementation uses access() for '-r' and '-w' if
- * (euid==uid&&egid==gid), but uses st_mode for '-x' iff running as root.
+ * (euid==uid&&egid==gid), but uses st_mode for '-x' if running as root.
  * i.e. it does strictly conform to 1003.1-2001 (and presumably 1003.2b).
  */
 static int


Thank you.


Home | Main Index | Thread Index | Old Index