summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Reindl <martin@cvs.openbsd.org>2006-07-20 11:23:50 +0000
committerMartin Reindl <martin@cvs.openbsd.org>2006-07-20 11:23:50 +0000
commit6540a54ee9294deb4b28083e738767a414e963ee (patch)
tree350665a03fa5b2a678c3ea6d86e772d6833933c2
parent3ac5e1a82a8e6a0b374fe8f06cf85246df6e0524 (diff)
fix various ways of spelling 'access' wrong in comments
-rw-r--r--sys/arch/sparc/dev/cgtwelvereg.h4
-rw-r--r--sys/arch/sparc/dev/cgtworeg.h4
-rw-r--r--sys/dev/pci/if_sf.c4
-rw-r--r--sys/dev/sbus/cgtwelvereg.h4
4 files changed, 8 insertions, 8 deletions
diff --git a/sys/arch/sparc/dev/cgtwelvereg.h b/sys/arch/sparc/dev/cgtwelvereg.h
index 743da2b149c..d6d95ab8786 100644
--- a/sys/arch/sparc/dev/cgtwelvereg.h
+++ b/sys/arch/sparc/dev/cgtwelvereg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cgtwelvereg.h,v 1.1 2002/08/12 10:44: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 */
diff --git a/sys/arch/sparc/dev/cgtworeg.h b/sys/arch/sparc/dev/cgtworeg.h
index 73b74dcb172..ff12762e9f6 100644
--- a/sys/arch/sparc/dev/cgtworeg.h
+++ b/sys/arch/sparc/dev/cgtworeg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cgtworeg.h,v 1.2 2004/02/01 15:39:37 miod Exp $ */
+/* $OpenBSD: cgtworeg.h,v 1.3 2006/07/20 11:23:49 martin Exp $ */
/* $NetBSD: cgtworeg.h,v 1.3 1995/10/04 00:21:27 pk Exp $ */
/*
@@ -120,7 +120,7 @@ struct cg2_extstatus {
*/
struct dblbufreg {
u_int display_b : 1; /* display memory B (set) or A (reset) */
- u_int read_b : 1; /* accesss memory B (set) or A (reset) */
+ u_int read_b : 1; /* access memory B (set) or A (reset) */
u_int nowrite_b : 1; /* when set, writes don't update memory B */
u_int nowrite_a : 1; /* when set, writes don't update memory A */
u_int read_ecmap : 1; /* copy from(clear)/to(set) shadow colour map */
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 */