Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/prep/prep fix tyop



details:   https://anonhg.NetBSD.org/src/rev/2ee3528f09b3
branches:  trunk
changeset: 485998:2ee3528f09b3
user:      is <is%NetBSD.org@localhost>
date:      Wed May 10 20:20:21 2000 +0000

description:
fix tyop

diffstat:

 sys/arch/prep/prep/locore.s |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e0a87315623c -r 2ee3528f09b3 sys/arch/prep/prep/locore.s
--- a/sys/arch/prep/prep/locore.s       Wed May 10 19:04:36 2000 +0000
+++ b/sys/arch/prep/prep/locore.s       Wed May 10 20:20:21 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore.s,v 1.2 2000/03/24 17:05:33 ws Exp $    */
+/*     $NetBSD: locore.s,v 1.3 2000/05/10 20:20:21 is Exp $    */
 /*     $OpenBSD: locore.S,v 1.4 1997/01/26 09:06:38 rahnds Exp $       */
 
 /*
@@ -144,7 +144,7 @@
 
        bl      _C_LABEL(initppc)
 
-/* enbale internal i/d-cache */
+/* enable internal i/d-cache */
        mfpvr   9
        rlwinm  9,9,16,16,31
        cmpi    0,9,1



Home | Main Index | Thread Index | Old Index