diff options
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/if_sf.c | 4 | ||||
-rw-r--r-- | sys/dev/sbus/cgtwelvereg.h | 4 |
2 files changed, 4 insertions, 4 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 diff --git a/sys/dev/sbus/cgtwelvereg.h b/sys/dev/sbus/cgtwelvereg.h index 9235a83d772..d6d95ab8786 100644 --- a/sys/dev/sbus/cgtwelvereg.h +++ b/sys/dev/sbus/cgtwelvereg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cgtwelvereg.h,v 1.1 2005/03/05 01:49:03 miod Exp $ */ +/* $OpenBSD: cgtwelvereg.h,v 1.2 2006/07/20 11:23:49 martin Exp $ */ /* * Copyright (c) 2002 Miodrag Vallat. All rights reserved. @@ -65,7 +65,7 @@ /* * The "direct port access" register constants. - * All HACCESSS values include noHSTXY, noHCLIP, and SWAP. + * All HACCESS values include noHSTXY, noHCLIP, and SWAP. */ #define CG12_HPAGE_OVERLAY 0x00000700 /* overlay page */ |