Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/rs6000/include fix tyop



details:   https://anonhg.NetBSD.org/src/rev/bdfe5a14c2b5
branches:  trunk
changeset: 333686:bdfe5a14c2b5
user:      snj <snj%NetBSD.org@localhost>
date:      Thu Nov 13 22:29:30 2014 +0000

description:
fix tyop

diffstat:

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

diffs (17 lines):

diff -r a10b28a4f5ca -r bdfe5a14c2b5 sys/arch/rs6000/include/param.h
--- a/sys/arch/rs6000/include/param.h   Thu Nov 13 21:43:27 2014 +0000
+++ b/sys/arch/rs6000/include/param.h   Thu Nov 13 22:29:30 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.2 2011/06/20 06:29:54 matt Exp $   */
+/*     $NetBSD: param.h,v 1.3 2014/11/13 22:29:30 snj Exp $    */
 
 /*-
  * Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -40,6 +40,6 @@
 #define        KERNBASE                0x100000
 #define        __NO_FIXED_MSGBUF
 
-#endif /* _KENREL && !_MODULE */
+#endif /* _KERNEL && !_MODULE */
 
 #include <powerpc/param.h>



Home | Main Index | Thread Index | Old Index