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/lnc | |
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/lnc')
-rw-r--r-- | sys/dev/lnc/if_lncvar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/lnc/if_lncvar.h b/sys/dev/lnc/if_lncvar.h index 20966a6..c6fd165 100644 --- a/sys/dev/lnc/if_lncvar.h +++ b/sys/dev/lnc/if_lncvar.h @@ -105,7 +105,7 @@ struct nic_info { int ic; /* Type of ic, Am7990, Am79C960 etc. */ int mem_mode; int iobase; - int mode; /* Mode setting at initialisation */ + int mode; /* Mode setting at initialization */ }; struct host_ring_entry { |