summaryrefslogtreecommitdiff
path: root/sys/dev/syscons/syscons.h
diff options
context:
space:
mode:
authorMike Pritchard <mpp@FreeBSD.org>1996-01-30 23:02:38 +0000
committerMike Pritchard <mpp@FreeBSD.org>1996-01-30 23:02:38 +0000
commit6c5e9bbdf5bb93639ae4899ddef635fe2ecbdd49 (patch)
treed5a8ea90ac641a456fff5afceb0a72173a7abe6e /sys/dev/syscons/syscons.h
parent09b5920411b857421036b7143f6cf39b5e264961 (diff)
Notes
Diffstat (limited to 'sys/dev/syscons/syscons.h')
-rw-r--r--sys/dev/syscons/syscons.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/syscons/syscons.h b/sys/dev/syscons/syscons.h
index 6c895e2b976b..cf7044844bf0 100644
--- a/sys/dev/syscons/syscons.h
+++ b/sys/dev/syscons/syscons.h
@@ -12,7 +12,7 @@
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* 3. The name of the author may not be used to endorse or promote products
- * derived from this software withough specific prior written permission
+ * derived from this software without specific prior written permission
*
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
@@ -25,7 +25,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: syscons.h,v 1.13 1995/11/28 00:17:32 ache Exp $
+ * $Id: syscons.h,v 1.14 1995/12/10 13:39:20 phk Exp $
*/
#ifndef _I386_ISA_SYSCONS_H_