diff options
author | mpp <mpp@FreeBSD.org> | 1996-01-30 23:02:38 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 1996-01-30 23:02:38 +0000 |
commit | f3dd75a38d66ed54a0f2660b0a27d177fb33f068 (patch) | |
tree | d5a8ea90ac641a456fff5afceb0a72173a7abe6e /sys/dev/eisa | |
parent | 7b3fa6ae274a3569da985e1b817e786e36f17f44 (diff) | |
download | FreeBSD-src-f3dd75a38d66ed54a0f2660b0a27d177fb33f068.zip FreeBSD-src-f3dd75a38d66ed54a0f2660b0a27d177fb33f068.tar.gz |
Fix a bunch of spelling errors in the comment fields of
a bunch of system include files.
Diffstat (limited to 'sys/dev/eisa')
-rw-r--r-- | sys/dev/eisa/eisaconf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/eisa/eisaconf.h b/sys/dev/eisa/eisaconf.h index 181c768..8734792 100644 --- a/sys/dev/eisa/eisaconf.h +++ b/sys/dev/eisa/eisaconf.h @@ -18,7 +18,7 @@ * 4. Modifications may be freely made to this file if the above conditions * are met. * - * $Id: eisaconf.h,v 1.6 1995/11/21 12:52:49 bde Exp $ + * $Id: eisaconf.h,v 1.7 1996/01/29 03:13:23 gibbs Exp $ */ #ifndef _I386_EISA_EISACONF_H_ @@ -74,7 +74,7 @@ struct eisa_driver { /* Return the device to a safe * state before shutdown */ - u_long *unit; /* Next availible unit */ + u_long *unit; /* Next available unit */ }; /* To be replaced by the "super device" generic device structure... */ |