Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/alpha/alpha fix typos in comments



details:   https://anonhg.NetBSD.org/src/rev/eac1b1705331
branches:  trunk
changeset: 581432:eac1b1705331
user:      drochner <drochner%NetBSD.org@localhost>
date:      Wed Jun 01 16:09:45 2005 +0000

description:
fix typos in comments

diffstat:

 sys/arch/alpha/alpha/pmap.c |  14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diffs (63 lines):

diff -r 4bb377cd43b4 -r eac1b1705331 sys/arch/alpha/alpha/pmap.c
--- a/sys/arch/alpha/alpha/pmap.c       Wed Jun 01 16:09:01 2005 +0000
+++ b/sys/arch/alpha/alpha/pmap.c       Wed Jun 01 16:09:45 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.c,v 1.209 2005/05/22 15:54:45 christos Exp $ */
+/* $NetBSD: pmap.c,v 1.210 2005/06/01 16:09:45 drochner Exp $ */
 
 /*-
  * Copyright (c) 1998, 1999, 2000, 2001 The NetBSD Foundation, Inc.
@@ -145,7 +145,7 @@
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.209 2005/05/22 15:54:45 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.210 2005/06/01 16:09:45 drochner Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -930,7 +930,7 @@
        /* Nothing to do; it's already zero'd */
 
        /*
-        * Intialize the pmap pools and list.
+        * Initialize the pmap pools and list.
         */
        pmap_ncpuids = ncpuids;
        pool_init(&pmap_pmap_pool,
@@ -2643,7 +2643,7 @@
        }
 
        /*
-        * If the mapping wasn't enterd on the PV list, we're all done.
+        * If the mapping wasn't entered on the PV list, we're all done.
         */
        if (onpv == FALSE)
                return (needisync);
@@ -2684,7 +2684,7 @@
 #endif
 
        /*
-        * Loop over all current mappings setting/clearing as appropos.
+        * Loop over all current mappings setting/clearing as apropos.
         */
        for (pv = pg->mdpage.pvh_list; pv != NULL; pv = pv->pv_next) {
                va = pv->pv_va;
@@ -3359,7 +3359,7 @@
 /*
  * pmap_l1pt_alloc:
  *
- *     Page alloctor for L1 PT pages.
+ *     Page alloctaor for L1 PT pages.
  */
 void *
 pmap_l1pt_alloc(struct pool *pp, int flags)
@@ -3673,7 +3673,7 @@
                        /*
                         * The generation number has wrapped.  We could
                         * handle this scenario by traversing all of
-                        * the pmaps, and invaldating the generation
+                        * the pmaps, and invalidating the generation
                         * number on those which are not currently
                         * in use by this processor.
                         *



Home | Main Index | Thread Index | Old Index