aboutsummaryrefslogtreecommitdiff
path: root/bin/test
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>1999-05-08 10:22:15 +0000
committerKris Kennaway <kris@FreeBSD.org>1999-05-08 10:22:15 +0000
commit46be34b90213ebd9037cb2c24aec0009d7f2f5c1 (patch)
tree00d4f7b7c93cf85a8b324bbb69d0c039b6a3367f /bin/test
parentc578efe575dc0b2020cf21aaae2c34b12a12a430 (diff)
downloadsrc-46be34b90213ebd9037cb2c24aec0009d7f2f5c1.tar.gz
src-46be34b90213ebd9037cb2c24aec0009d7f2f5c1.zip
Various spelling/formatting changes.
Submitted by: Philippe Charnier <charnier@xp11.frmug.org>
Notes
Notes: svn path=/head/; revision=46684
Diffstat (limited to 'bin/test')
-rw-r--r--bin/test/test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/test/test.c b/bin/test/test.c
index df365e8bdc9a..2b7bd42ba213 100644
--- a/bin/test/test.c
+++ b/bin/test/test.c
@@ -45,7 +45,7 @@ static char const copyright[] =
static char sccsid[] = "@(#)test.c 8.3 (Berkeley) 4/2/94";
#endif
static const char rcsid[] =
- "$Id: test.c,v 1.19 1998/05/18 06:51:59 charnier Exp $";
+ "$Id: test.c,v 1.20 1998/09/07 16:59:05 cracauer Exp $";
#endif /* not lint */
#include <sys/param.h>
@@ -130,7 +130,7 @@ main(argc, argv)
fs.name = NULL;
/*
- * Test(1) implements an inherently ambiguous grammer. In order to
+ * Test(1) implements an inherently ambiguous grammar. In order to
* assure some degree of consistency, we special case the POSIX 1003.2
* requirements to assure correct evaluation for POSIX scripts. The
* following special cases comply with POSIX P1003.2/D11.2 Section