aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/lnc
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/lnc
parent09b5920411b857421036b7143f6cf39b5e264961 (diff)
Notes
Diffstat (limited to 'sys/dev/lnc')
-rw-r--r--sys/dev/lnc/if_lncvar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/lnc/if_lncvar.h b/sys/dev/lnc/if_lncvar.h
index 20966a686f80..c6fd165f9e54 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 {