diff options
author | Ray Lai <ray@cvs.openbsd.org> | 2010-07-16 19:58:23 +0000 |
---|---|---|
committer | Ray Lai <ray@cvs.openbsd.org> | 2010-07-16 19:58:23 +0000 |
commit | 2011433af85cfa64a0323ca4ec2c8d5a5fb8a8c8 (patch) | |
tree | ae158d5de73f3f859fde0dfa68af1f0182ba48f4 /regress/usr.bin | |
parent | ea9d9e199d3eb6ec93b03e81cbb2d3357249aa95 (diff) |
revisison -> revision
Diffstat (limited to 'regress/usr.bin')
-rw-r--r-- | regress/usr.bin/diff/Makefile | 6 | ||||
-rw-r--r-- | regress/usr.bin/diff/torture/torture | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/regress/usr.bin/diff/Makefile b/regress/usr.bin/diff/Makefile index e125f77e048..30b61aac94a 100644 --- a/regress/usr.bin/diff/Makefile +++ b/regress/usr.bin/diff/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2003/08/10 18:32:44 otto Exp $ +# $OpenBSD: Makefile,v 1.6 2010/07/16 19:58:22 ray Exp $ REGRESS_TARGETS=t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 @@ -18,8 +18,8 @@ EDSKIPCMP=t7 t10 t12 # t5: files are the same # t6: one file with no newline at end, other does contain newline # t7: one file with newline at end, the other not -# t8: revisison 1.1 and 1.54 of kern_malloc.c -# t9: revisison 1.1 and 1.104 of vfs_syscalls.c +# t8: revision 1.1 and 1.54 of kern_malloc.c +# t9: revision 1.1 and 1.104 of vfs_syscalls.c # t10: two files with no end of line at the end, line in second file is longer # t11: rev 1.3 and 1.36 of usr.bin/ed/ed.1. # t12: rev 1.1 and 1.2 of sbin/isakmpd/regress/hmac/Makefile. diff --git a/regress/usr.bin/diff/torture/torture b/regress/usr.bin/diff/torture/torture index 1ee533c766e..2e6d7c67367 100644 --- a/regress/usr.bin/diff/torture/torture +++ b/regress/usr.bin/diff/torture/torture @@ -1,6 +1,6 @@ #!/bin/ksh # -# $OpenBSD: torture,v 1.1 2003/07/22 18:32:08 otto Exp $ +# $OpenBSD: torture,v 1.2 2010/07/16 19:58:22 ray Exp $ # # Copyright (c) 2003 Otto Moerbeek <otto@drijf.net> # @@ -18,7 +18,7 @@ # # Usage: torture file or directory # -# Run a diff/patch/cmp regression on all available cvs revisisons of a +# Run a diff/patch/cmp regression on all available cvs revisions of a # file or recursively on all files in a cvs checkout directory. # # Run this script on a freshly checked out cvs dir. Local modifications |