diff options
author | 2006-07-20 11:23:49 +0000 | |
---|---|---|
committer | 2006-07-20 11:23:49 +0000 | |
commit | 019ae6e6223734b69774de74d225eeb8ef176d19 (patch) | |
tree | bcd7375c65bd4f6759c9d11a9bc49cddb18cb0b6 /sys/dev/pci | |
parent | adler32_combine() is not used by anything AND requires qdivrem so ifdef it out; millert@ deraadt@ ok (diff) | |
download | wireguard-openbsd-019ae6e6223734b69774de74d225eeb8ef176d19.tar.xz wireguard-openbsd-019ae6e6223734b69774de74d225eeb8ef176d19.zip |
fix various ways of spelling 'access' wrong in comments
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/if_sf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_sf.c b/sys/dev/pci/if_sf.c index 7ae24d45a4c..f1fcf90eec5 100644 --- a/sys/dev/pci/if_sf.c +++ b/sys/dev/pci/if_sf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_sf.c,v 1.38 2006/07/11 23:14:41 brad Exp $ */ +/* $OpenBSD: if_sf.c,v 1.39 2006/07/20 11:23:49 martin Exp $ */ /* * Copyright (c) 1997, 1998, 1999 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. @@ -71,7 +71,7 @@ * PHYs is done through a special register map rather than with the * usual bitbang MDIO method. * - * Acesssing the registers on the Starfire is a little tricky. The + * Accessing the registers on the Starfire is a little tricky. The * Starfire has a 512K internal register space. When programmed for * PCI memory mapped mode, the entire register space can be accessed * directly. However in I/O space mode, only 256 bytes are directly |