Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mips/include Typo.



details:   https://anonhg.NetBSD.org/src/rev/7f26dbe16085
branches:  trunk
changeset: 487357:7f26dbe16085
user:      soren <soren%NetBSD.org@localhost>
date:      Tue Jun 06 17:41:58 2000 +0000

description:
Typo.

diffstat:

 sys/arch/mips/include/cpuregs.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 8d87ffd994e3 -r 7f26dbe16085 sys/arch/mips/include/cpuregs.h
--- a/sys/arch/mips/include/cpuregs.h   Tue Jun 06 17:41:07 2000 +0000
+++ b/sys/arch/mips/include/cpuregs.h   Tue Jun 06 17:41:58 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpuregs.h,v 1.32 2000/05/23 04:21:39 soren Exp $       */
+/*     $NetBSD: cpuregs.h,v 1.33 2000/06/06 17:41:58 soren Exp $       */
 
 /*
  * Copyright (c) 1992, 1993
@@ -324,7 +324,7 @@
 #define MIPS3_CONFIG_CACHE_L2_LSIZE(config) \
        (0x10 << (((config) & MIPS3_CONFIG_SB_MASK) >> MIPS3_CONFIG_SB_SHIFT))
 
-/* write back data rate */
+/* Write back data rate */
 #define MIPS3_CONFIG_EP_MASK   0x0f000000
 #define MIPS3_CONFIG_EP_SHIFT  24
 



Home | Main Index | Thread Index | Old Index