Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/744de16d6d43
branches:  trunk
changeset: 750356:744de16d6d43
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sun Dec 27 15:24:55 2009 +0000

description:
Fix a typo in comment.

diffstat:

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

diffs (27 lines):

diff -r 3eb1760a29ba -r 744de16d6d43 sys/arch/news68k/news68k/pmap_bootstrap.c
--- a/sys/arch/news68k/news68k/pmap_bootstrap.c Sun Dec 27 14:54:24 2009 +0000
+++ b/sys/arch/news68k/news68k/pmap_bootstrap.c Sun Dec 27 15:24:55 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap_bootstrap.c,v 1.30 2009/12/11 22:23:09 tsutsui Exp $      */
+/*     $NetBSD: pmap_bootstrap.c,v 1.31 2009/12/27 15:24:55 tsutsui Exp $      */
 
 /* 
  * Copyright (c) 1991, 1993
@@ -39,7 +39,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pmap_bootstrap.c,v 1.30 2009/12/11 22:23:09 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap_bootstrap.c,v 1.31 2009/12/27 15:24:55 tsutsui Exp $");
 
 #include <sys/param.h>
 
@@ -168,7 +168,7 @@
         * table" pages depending on how large MAXKL2SIZE is.
         *
         * Portions of the last segment of KVA space (0xFFC00000 -
-        * 0xFFFFFFFF) are mapped for a the kernel page tables.
+        * 0xFFFFFFFF) are mapped for the kernel page tables.
         *
         * XXX cramming two levels of mapping into the single "segment"
         * table on the 68040 is intended as a temporary hack to get things



Home | Main Index | Thread Index | Old Index