From 189c5218f4ed132db0d6b424e5664ff414d3d969 Mon Sep 17 00:00:00 2001 From: uebayasi Date: Sat, 31 Jan 2004 14:12:33 +0000 Subject: [PATCH] Typo typo. --- sys/arch/powerpc/oea/oea_machdep.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/arch/powerpc/oea/oea_machdep.c b/sys/arch/powerpc/oea/oea_machdep.c index b6ac726f0df4..ba4a0c12095d 100644 --- a/sys/arch/powerpc/oea/oea_machdep.c +++ b/sys/arch/powerpc/oea/oea_machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: oea_machdep.c,v 1.13 2003/12/30 12:33:19 pk Exp $ */ +/* $NetBSD: oea_machdep.c,v 1.14 2004/01/31 14:12:33 uebayasi Exp $ */ /* * Copyright (C) 2002 Matt Thomas @@ -33,7 +33,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: oea_machdep.c,v 1.13 2003/12/30 12:33:19 pk Exp $"); +__KERNEL_RCSID(0, "$NetBSD: oea_machdep.c,v 1.14 2004/01/31 14:12:33 uebayasi Exp $"); #include "opt_compat_netbsd.h" #include "opt_ddb.h" @@ -452,8 +452,8 @@ oea_batinit(paddr_t pa, ...) * four entries are accessed through the IBAT[0-3] SPRs. * * Also, while the 601 does distinguish between supervisor/user - * protection keys, it does _not_ distinguish distinguish between - * validity in supervisor/user mode. + * protection keys, it does _not_ distinguish between validity in + * supervisor/user mode. */ if ((msr & (PSL_IR|PSL_DR)) == 0) { if (cpuvers == MPC601) {