diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-06-02 22:50:01 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-06-02 22:50:01 +0000 |
commit | ca28cb04c1a2e758ba160d0ff2335cfa66b2023e (patch) | |
tree | 0301119ecbc4eccd98ed6103287a29acfdb5ec63 /sys/dev/eisa/if_fea.c | |
parent | 0dadbf37875b4b2e9b8b0c8f9713cb4a35467953 (diff) |
withough -> without
Diffstat (limited to 'sys/dev/eisa/if_fea.c')
-rw-r--r-- | sys/dev/eisa/if_fea.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/eisa/if_fea.c b/sys/dev/eisa/if_fea.c index 702f2ae603b..cef25bbc456 100644 --- a/sys/dev/eisa/if_fea.c +++ b/sys/dev/eisa/if_fea.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_fea.c,v 1.13 2002/03/14 01:26:53 millert Exp $ */ +/* $OpenBSD: if_fea.c,v 1.14 2002/06/02 22:49:59 deraadt Exp $ */ /* $NetBSD: if_fea.c,v 1.9 1996/10/21 22:31:05 thorpej Exp $ */ /*- @@ -11,7 +11,7 @@ * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. 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 |