From 1afb2a8bfdb6c7e2ac08798b9cdc2408d6492ee1 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Fri, 14 Nov 2003 19:05:37 +0000 Subject: the the; rohee@ --- sys/arch/sparc/include/bsd_openprom.h | 4 ++-- sys/arch/sparc/include/pmap.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'sys/arch/sparc/include') 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. * -- cgit v1.2.3