summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorsoren <soren@NetBSD.org>2000-06-06 17:41:58 +0000
committersoren <soren@NetBSD.org>2000-06-06 17:41:58 +0000
commita2bda06df5ceeb5fb43cfd0fb5f8da6d1e7e80fc (patch)
treefcd645c31f1e0058cb81db5b13ee63d326730907 /sys
parent5e4ca4defbd23448d229e34a83c6452289111fdc (diff)
Typo.
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/mips/include/cpuregs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mips/include/cpuregs.h b/sys/arch/mips/include/cpuregs.h
index 6899592e817..54ec3894412 100644
--- a/sys/arch/mips/include/cpuregs.h
+++ b/sys/arch/mips/include/cpuregs.h
@@ -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