summaryrefslogtreecommitdiffstats
path: root/etc/etc.amd64/rc.amd64
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1996-01-31 15:03:18 +0000
committermpp <mpp@FreeBSD.org>1996-01-31 15:03:18 +0000
commit3aff305a53ccab52cc894e1cf20688335b2386f0 (patch)
treec2bec0863fc744d4a00f91cdc01e2c67bed31bd3 /etc/etc.amd64/rc.amd64
parent2079cbc15a2aa53931bd73d7d91c41b0038f26cb (diff)
downloadFreeBSD-src-3aff305a53ccab52cc894e1cf20688335b2386f0.zip
FreeBSD-src-3aff305a53ccab52cc894e1cf20688335b2386f0.tar.gz
Another round of spelling fixes.
Diffstat (limited to 'etc/etc.amd64/rc.amd64')
-rw-r--r--etc/etc.amd64/rc.amd646
1 files changed, 3 insertions, 3 deletions
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
OpenPOWER on IntegriCloud