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/c7168ee58fba
branches:  trunk
changeset: 512111:c7168ee58fba
user:      hubertf <hubertf%NetBSD.org@localhost>
date:      Thu Jul 05 20:54:28 2001 +0000

description:
fix typo in comment

diffstat:

 sys/arch/i386/i386/pmap.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r bd0578ef0b6a -r c7168ee58fba sys/arch/i386/i386/pmap.c
--- a/sys/arch/i386/i386/pmap.c Thu Jul 05 20:52:11 2001 +0000
+++ b/sys/arch/i386/i386/pmap.c Thu Jul 05 20:54:28 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.c,v 1.127 2001/06/02 18:09:13 chs Exp $   */
+/*     $NetBSD: pmap.c,v 1.128 2001/07/05 20:54:28 hubertf Exp $       */
 
 /*
  *
@@ -750,7 +750,7 @@
 
 #ifdef LARGEPAGES
        /*
-        * enable large pages of they are supported.
+        * enable large pages if they are supported.
         */
 
        if (cpu_feature & CPUID_PSE) {



Home | Main Index | Thread Index | Old Index