From 3aff305a53ccab52cc894e1cf20688335b2386f0 Mon Sep 17 00:00:00 2001 From: mpp Date: Wed, 31 Jan 1996 15:03:18 +0000 Subject: Another round of spelling fixes. --- etc/etc.amd64/rc.amd64 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'etc/etc.amd64/rc.amd64') diff --git a/etc/etc.amd64/rc.amd64 b/etc/etc.amd64/rc.amd64 index 9af48b5..b83e0cc 100644 --- a/etc/etc.amd64/rc.amd64 +++ b/etc/etc.amd64/rc.amd64 @@ -1,6 +1,6 @@ #!/bin/sh - # -# $Id: rc.i386,v 1.13 1995/11/14 06:24:00 markm Exp $ +# $Id: rc.i386,v 1.14 1995/11/29 20:40:36 wollman Exp $ # Do i386 specific processing # @@ -9,13 +9,13 @@ echo -n 'enabling FreeBSD/i386 options:' # Start the SCO binary emulation if requested. if [ "X${ibcs2}" = X"YES" ]; then echo -n ' '; ibcs2 - # XXX BOUGS - ibcs2 script shouldn't make any output on success + # XXX BOGUS - ibcs2 script shouldn't make any output on success fi # Start the Linux binary emulation if requested. if [ "X${linux}" = X"YES" ]; then echo -n ' '; linux - # XXX BOGUS - linux script shouldn't make any output on success + # XXX BOGUS - Linux script shouldn't make any output on success fi if [ "X${xtend}" != X"NO" -a -x /usr/libexec/xtend ]; then -- cgit v1.1