diff options
author | ats <ats@FreeBSD.org> | 1995-08-12 13:40:42 +0000 |
---|---|---|
committer | ats <ats@FreeBSD.org> | 1995-08-12 13:40:42 +0000 |
commit | 8710b24967927fc0dbf7d67d4b24a05ea4d3e31d (patch) | |
tree | c5d27428d82375fbd9f2460b46c5d54e07e29943 | |
parent | 657cc8e6053a5605c8440b4ebabb4f592d061393 (diff) | |
download | FreeBSD-src-8710b24967927fc0dbf7d67d4b24a05ea4d3e31d.zip FreeBSD-src-8710b24967927fc0dbf7d67d4b24a05ea4d3e31d.tar.gz |
Correct a little typo in LINT. trouble is -> trouble if.
-rw-r--r-- | sys/conf/NOTES | 4 | ||||
-rw-r--r-- | sys/i386/conf/LINT | 4 | ||||
-rw-r--r-- | sys/i386/conf/NOTES | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 3ad8445..b30e061 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -2,7 +2,7 @@ # LINT -- config file for checking all the sources, tries to pull in # as much of the source tree as it can. # -# $Id: LINT,v 1.191 1995/08/09 12:58:50 peter Exp $ +# $Id: LINT,v 1.192 1995/08/11 17:18:42 joerg Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -675,7 +675,7 @@ device pca0 at isa? port IO_TIMER1 tty # The Rev 1 host cards use a 64K chunk, on a 32K boundary. # The Rev 2 host cards use a 32K chunk, on a 32K boundary. # The cards can use an IRQ of 11, 12 or 15. -# *Do* be ready for trouble is you try to use it. +# *Do* be ready for trouble if you try to use it. # It currently works for me (very well) but no guarantees yet. device mcd0 at isa? port 0x300 bio irq 10 vector mcdintr diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index 3ad8445..b30e061 100644 --- a/sys/i386/conf/LINT +++ b/sys/i386/conf/LINT @@ -2,7 +2,7 @@ # LINT -- config file for checking all the sources, tries to pull in # as much of the source tree as it can. # -# $Id: LINT,v 1.191 1995/08/09 12:58:50 peter Exp $ +# $Id: LINT,v 1.192 1995/08/11 17:18:42 joerg Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -675,7 +675,7 @@ device pca0 at isa? port IO_TIMER1 tty # The Rev 1 host cards use a 64K chunk, on a 32K boundary. # The Rev 2 host cards use a 32K chunk, on a 32K boundary. # The cards can use an IRQ of 11, 12 or 15. -# *Do* be ready for trouble is you try to use it. +# *Do* be ready for trouble if you try to use it. # It currently works for me (very well) but no guarantees yet. device mcd0 at isa? port 0x300 bio irq 10 vector mcdintr diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 3ad8445..b30e061 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -2,7 +2,7 @@ # LINT -- config file for checking all the sources, tries to pull in # as much of the source tree as it can. # -# $Id: LINT,v 1.191 1995/08/09 12:58:50 peter Exp $ +# $Id: LINT,v 1.192 1995/08/11 17:18:42 joerg Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -675,7 +675,7 @@ device pca0 at isa? port IO_TIMER1 tty # The Rev 1 host cards use a 64K chunk, on a 32K boundary. # The Rev 2 host cards use a 32K chunk, on a 32K boundary. # The cards can use an IRQ of 11, 12 or 15. -# *Do* be ready for trouble is you try to use it. +# *Do* be ready for trouble if you try to use it. # It currently works for me (very well) but no guarantees yet. device mcd0 at isa? port 0x300 bio irq 10 vector mcdintr |