diff options
author | bde <bde@FreeBSD.org> | 1996-10-10 08:04:03 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1996-10-10 08:04:03 +0000 |
commit | 82f4bc9f707f2d473ee98953a2f18a03bd0b76aa (patch) | |
tree | ed1e7df8327dd6883c530e3910c8490fad0a3ee2 | |
parent | 14b86859f7b8d545af6bde012c32c4ee3b30889c (diff) | |
download | FreeBSD-src-82f4bc9f707f2d473ee98953a2f18a03bd0b76aa.zip FreeBSD-src-82f4bc9f707f2d473ee98953a2f18a03bd0b76aa.tar.gz |
Fixed spelling errors in function names in previous commit.
-rw-r--r-- | sys/i386/i386/userconfig.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/i386/i386/userconfig.c b/sys/i386/i386/userconfig.c index 255fbae..2b732b8 100644 --- a/sys/i386/i386/userconfig.c +++ b/sys/i386/i386/userconfig.c @@ -46,7 +46,7 @@ ** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF ** THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ** - ** $Id: userconfig.c,v 1.57 1996/10/09 18:31:20 jkh Exp $ + ** $Id: userconfig.c,v 1.58 1996/10/09 23:36:54 jkh Exp $ **/ /** @@ -2212,7 +2212,7 @@ visuserconfig(void) * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: userconfig.c,v 1.57 1996/10/09 18:31:20 jkh Exp $ + * $Id: userconfig.c,v 1.58 1996/10/09 23:36:54 jkh Exp $ */ #include "scbus.h" @@ -2581,8 +2581,8 @@ introfunc(CmdParm *parms) ++y; putxy(2, y++, "You should go through each device category and delete all entries"); putxy(2, y++, "(using the DELETE key) for devices which you are sure that you do"); - puyxy(2, y++, "not have (if you're not sure, or don't know what it is, leave it in!)"); - putyx(2, y++, "This will minimize the chances for driver conflict and also make"); + putxy(2, y++, "not have (if you're not sure, or don't know what it is, leave it in!)"); + putxy(2, y++, "This will minimize the chances for driver conflict and also make"); putxy(2, y++, "the kernel boot faster since no time will be wasted in trying to"); putxy(2, y++, "detect non-existant hardware. If you see an entry for a device which"); putxy(2, y++, "you !ido!n have and it's not a PCI device (which will be auto-configured),"); |