Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/x86/x86 typo in comment



details:   https://anonhg.NetBSD.org/src/rev/30e1f0bd4121
branches:  trunk
changeset: 765429:30e1f0bd4121
user:      para <para%NetBSD.org@localhost>
date:      Thu May 26 16:38:57 2011 +0000

description:
typo in comment

diffstat:

 sys/arch/x86/x86/x86_machdep.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r e6bf6d2fb95c -r 30e1f0bd4121 sys/arch/x86/x86/x86_machdep.c
--- a/sys/arch/x86/x86/x86_machdep.c    Thu May 26 16:29:13 2011 +0000
+++ b/sys/arch/x86/x86/x86_machdep.c    Thu May 26 16:38:57 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: x86_machdep.c,v 1.48 2011/05/26 16:29:13 para Exp $    */
+/*     $NetBSD: x86_machdep.c,v 1.49 2011/05/26 16:38:57 para Exp $    */
 
 /*-
  * Copyright (c) 2002, 2006, 2007 YAMAMOTO Takashi,
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: x86_machdep.c,v 1.48 2011/05/26 16:29:13 para Exp $");
+__KERNEL_RCSID(0, "$NetBSD: x86_machdep.c,v 1.49 2011/05/26 16:38:57 para Exp $");
 
 #include "opt_modular.h"
 #include "opt_physmem.h"
@@ -202,7 +202,7 @@
                userconf_parse(bi->text);
        }
 }
-#endif /* defined USERCONF) */
+#endif /* defined (USERCONF) */
 
 void
 cpu_need_resched(struct cpu_info *ci, int flags)



Home | Main Index | Thread Index | Old Index