diff options
| author | wiz <wiz@NetBSD.org> | 2001-06-19 13:42:07 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2001-06-19 13:42:07 +0000 |
| commit | 3f9984fc90e813844e16f5bfbd6d419b847da028 (patch) | |
| tree | 88f5080fcdee1e9508b8bd8920309aa6437c4b63 /sys/dev | |
| parent | 342de5ede2f1bb02fd69cb2c8b8f189d5d72a7e3 (diff) | |
`existent', not `existant'
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/isa/isic_isa_itk_ix1.c | 4 | ||||
| -rw-r--r-- | sys/dev/ofisa/ofisa.c | 8 | ||||
| -rw-r--r-- | sys/dev/qbus/if_qereg.h | 4 | ||||
| -rw-r--r-- | sys/dev/qbus/rl.c | 4 |
4 files changed, 10 insertions, 10 deletions
diff --git a/sys/dev/isa/isic_isa_itk_ix1.c b/sys/dev/isa/isic_isa_itk_ix1.c index 50ffacf59be..86ffbbd4b51 100644 --- a/sys/dev/isa/isic_isa_itk_ix1.c +++ b/sys/dev/isa/isic_isa_itk_ix1.c @@ -26,7 +26,7 @@ * i4b_itk_ix1.c - ITK ix1 micro passive card driver for isdn4bsd * -------------------------------------------------------------- * - * $Id: isic_isa_itk_ix1.c,v 1.3 2001/06/13 10:46:03 wiz Exp $ + * $Id: isic_isa_itk_ix1.c,v 1.4 2001/06/19 13:42:17 wiz Exp $ * * last edit-date: [Fri Jan 5 12:31:50 2001] * @@ -55,7 +55,7 @@ * * The probe routine was derived by trial and error from a representative * sample of two cards ;-) The standard way (checking HSCX versions) - * was extended by reading a zero from a non existant HSCX register (register + * was extended by reading a zero from a non existent HSCX register (register * 0xff). Reading the config register gives varying results, so this doesn't * seem to be used as an id register (like the Teles S0/16.3). * diff --git a/sys/dev/ofisa/ofisa.c b/sys/dev/ofisa/ofisa.c index fa3547a39f8..777aa85b8c3 100644 --- a/sys/dev/ofisa/ofisa.c +++ b/sys/dev/ofisa/ofisa.c @@ -1,4 +1,4 @@ -/* $NetBSD: ofisa.c,v 1.6 1998/06/30 00:09:36 thorpej Exp $ */ +/* $NetBSD: ofisa.c,v 1.7 2001/06/19 13:42:18 wiz Exp $ */ /* * Copyright 1997, 1998 @@ -146,7 +146,7 @@ ofisa_reg_count(phandle) len = OF_getproplen(phandle, "reg"); - /* nonexistant or obviously malformed "reg" property */ + /* nonexistent or obviously malformed "reg" property */ if (len < 0 || (len % 12) != 0) return (-1); return (len / 12); @@ -224,7 +224,7 @@ ofisa_intr_count(phandle) len = OF_getproplen(phandle, "interrupts"); - /* nonexistant or obviously malformed "reg" property */ + /* nonexistent or obviously malformed "reg" property */ if (len < 0 || (len % 8) != 0) return (-1); return (len / 8); @@ -314,7 +314,7 @@ ofisa_dma_count(phandle) len = OF_getproplen(phandle, "dma"); - /* nonexistant or obviously malformed "reg" property */ + /* nonexistent or obviously malformed "reg" property */ if (len < 0 || (len % 20) != 0) return (-1); return (len / 20); diff --git a/sys/dev/qbus/if_qereg.h b/sys/dev/qbus/if_qereg.h index ff430d68b42..e86c11b3ff5 100644 --- a/sys/dev/qbus/if_qereg.h +++ b/sys/dev/qbus/if_qereg.h @@ -1,4 +1,4 @@ -/* $NetBSD: if_qereg.h,v 1.5 1999/06/20 00:04:47 ragge Exp $ */ +/* $NetBSD: if_qereg.h,v 1.6 2001/06/19 13:42:18 wiz Exp $ */ /* * Copyright (c) 1988 Regents of the University of California. * All rights reserved. @@ -104,7 +104,7 @@ struct qedevice { */ #define QE_RCV_ENABLE 0x0001 /* Receiver enable */ #define QE_RESET 0x0002 /* Software reset */ -#define QE_NEX_MEM_INT 0x0004 /* Non existant mem interrupt */ +#define QE_NEX_MEM_INT 0x0004 /* Non existent mem interrupt */ #define QE_LOAD_ROM 0x0008 /* Load boot/diag from rom */ #define QE_XL_INVALID 0x0010 /* Transmit list invalid */ #define QE_RL_INVALID 0x0020 /* Receive list invalid */ diff --git a/sys/dev/qbus/rl.c b/sys/dev/qbus/rl.c index e6b31770ab4..f84d5497c52 100644 --- a/sys/dev/qbus/rl.c +++ b/sys/dev/qbus/rl.c @@ -1,4 +1,4 @@ -/* $NetBSD: rl.c,v 1.8 2001/04/12 20:05:12 thorpej Exp $ */ +/* $NetBSD: rl.c,v 1.9 2001/06/19 13:42:18 wiz Exp $ */ /* * Copyright (c) 2000 Ludd, University of Lule}, Sweden. All rights reserved. @@ -488,7 +488,7 @@ static char *rlerr[] = { "header not found", "", "", - "non-existant memory", + "non-existent memory", "memory parity error", "", "", |
