Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/i386 Fix typo in comment.



details:   https://anonhg.NetBSD.org/src/rev/3667b1394082
branches:  trunk
changeset: 756365:3667b1394082
user:      jym <jym%NetBSD.org@localhost>
date:      Wed Jul 14 14:42:40 2010 +0000

description:
Fix typo in comment.

diffstat:

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

diffs (27 lines):

diff -r 20b63e9e3722 -r 3667b1394082 sys/arch/i386/i386/machdep.c
--- a/sys/arch/i386/i386/machdep.c      Wed Jul 14 14:22:15 2010 +0000
+++ b/sys/arch/i386/i386/machdep.c      Wed Jul 14 14:42:40 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.687 2010/05/04 23:27:13 jym Exp $        */
+/*     $NetBSD: machdep.c,v 1.688 2010/07/14 14:42:40 jym Exp $        */
 
 /*-
  * Copyright (c) 1996, 1997, 1998, 2000, 2004, 2006, 2008, 2009
@@ -67,7 +67,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.687 2010/05/04 23:27:13 jym Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.688 2010/07/14 14:42:40 jym Exp $");
 
 #include "opt_beep.h"
 #include "opt_compat_ibcs2.h"
@@ -1346,7 +1346,7 @@
 #endif
 
        /*
-        * Initailize PAGE_SIZE-dependent variables.
+        * Initialize PAGE_SIZE-dependent variables.
         */
        uvm_setpagesize();
 



Home | Main Index | Thread Index | Old Index