summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/include
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2003-11-14 19:05:37 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2003-11-14 19:05:37 +0000
commit1afb2a8bfdb6c7e2ac08798b9cdc2408d6492ee1 (patch)
tree08842159082b1a8a5623263eda007a9c345b9ff5 /sys/arch/sparc/include
parent07064ecd4dc0d23bc08e957f5d5df954bd14f442 (diff)
the the; rohee@
Diffstat (limited to 'sys/arch/sparc/include')
-rw-r--r--sys/arch/sparc/include/bsd_openprom.h4
-rw-r--r--sys/arch/sparc/include/pmap.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/sparc/include/bsd_openprom.h b/sys/arch/sparc/include/bsd_openprom.h
index 3f0f0b85e6b..a14ba5d246b 100644
--- a/sys/arch/sparc/include/bsd_openprom.h
+++ b/sys/arch/sparc/include/bsd_openprom.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: bsd_openprom.h,v 1.10 2003/06/02 23:27:54 millert Exp $ */
+/* $OpenBSD: bsd_openprom.h,v 1.11 2003/11/14 19:05:36 miod Exp $ */
/* $NetBSD: bsd_openprom.h,v 1.11 1996/05/18 12:27:43 mrg Exp $ */
/*
@@ -279,7 +279,7 @@ struct promvec {
* A node property is simply a name/value pair. The names are C strings
* (NUL-terminated); the values are arbitrary byte strings (counted strings).
* Many values are really just C strings. Sometimes these are NUL-terminated,
- * sometimes not, depending on the the interface version; v0 seems to
+ * sometimes not, depending on the interface version; v0 seems to
* terminate and v2 not. Many others are simply integers stored as four
* bytes in machine order: you just get them and go. The third popular
* format is an `address', which is made up of one or more sets of three
diff --git a/sys/arch/sparc/include/pmap.h b/sys/arch/sparc/include/pmap.h
index 13754501338..fcee10185f9 100644
--- a/sys/arch/sparc/include/pmap.h
+++ b/sys/arch/sparc/include/pmap.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pmap.h,v 1.35 2003/01/24 00:51:54 miod Exp $ */
+/* $OpenBSD: pmap.h,v 1.36 2003/11/14 19:05:36 miod Exp $ */
/* $NetBSD: pmap.h,v 1.30 1997/08/04 20:00:47 pk Exp $ */
/*
@@ -102,7 +102,7 @@
*
* The kernel pmap cannot malloc() PTEs since malloc() will sometimes
* allocate a new virtual segment. Since kernel mappings are never
- * `stolen' out of the the MMU, we just keep all its PTEs there, and
+ * `stolen' out of the MMU, we just keep all its PTEs there, and
* have no software copies. Its mmu entries are nonetheless kept on lists
* so that the code that fiddles with mmu lists has something to fiddle.
*