Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/include Fix typo in comment (suceed).



details:   https://anonhg.NetBSD.org/src/rev/954a87cf168a
branches:  trunk
changeset: 514034:954a87cf168a
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Aug 20 11:49:11 2001 +0000

description:
Fix typo in comment (suceed).

diffstat:

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

diffs (18 lines):

diff -r 745c424f4790 -r 954a87cf168a sys/arch/arm/include/cpufunc.h
--- a/sys/arch/arm/include/cpufunc.h    Mon Aug 20 11:34:01 2001 +0000
+++ b/sys/arch/arm/include/cpufunc.h    Mon Aug 20 11:49:11 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpufunc.h,v 1.6 2001/06/05 09:19:33 bjh21 Exp $        */
+/*     $NetBSD: cpufunc.h,v 1.7 2001/08/20 11:49:11 wiz Exp $  */
 
 /*
  * Copyright (c) 1997 Mark Brinicombe.
@@ -166,7 +166,7 @@
 
 #define cpu_dataabt_fixup(a)           cpufuncs.cf_dataabt_fixup(a)
 #define cpu_prefetchabt_fixup(a)       cpufuncs.cf_prefetchabt_fixup(a)
-#define ABORT_FIXUP_OK         0       /* fixup suceeded */
+#define ABORT_FIXUP_OK         0       /* fixup succeeded */
 #define ABORT_FIXUP_FAILED     1       /* fixup failed */
 #define ABORT_FIXUP_RETURN     2       /* abort handler should return */
 



Home | Main Index | Thread Index | Old Index