Source-Changes-HG archive

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

[src/trunk]: src/sys/arch Spell pmap_bootstrap in comments correctly



details:   https://anonhg.NetBSD.org/src/rev/889cd9afc3ab
branches:  trunk
changeset: 459047:889cd9afc3ab
user:      skrll <skrll%NetBSD.org@localhost>
date:      Wed Aug 21 20:30:36 2019 +0000

description:
Spell pmap_bootstrap in comments correctly

diffstat:

 sys/arch/amd64/amd64/machdep.c |  6 +++---
 sys/arch/sun3/sun3x/pmap.c     |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r 229a28eec0b9 -r 889cd9afc3ab sys/arch/amd64/amd64/machdep.c
--- a/sys/arch/amd64/amd64/machdep.c    Wed Aug 21 17:14:26 2019 +0000
+++ b/sys/arch/amd64/amd64/machdep.c    Wed Aug 21 20:30:36 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.335 2019/07/24 16:36:47 bouyer Exp $     */
+/*     $NetBSD: machdep.c,v 1.336 2019/08/21 20:30:36 skrll Exp $      */
 
 /*
  * Copyright (c) 1996, 1997, 1998, 2000, 2006, 2007, 2008, 2011
@@ -110,7 +110,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.335 2019/07/24 16:36:47 bouyer Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.336 2019/08/21 20:30:36 skrll Exp $");
 
 #include "opt_modular.h"
 #include "opt_user_ldt.h"
@@ -1739,7 +1739,7 @@
         */
        lowmem_rsvd = 8 * PAGE_SIZE;
 
-       /* Initialize the memory clusters (needed in pmap_boostrap). */
+       /* Initialize the memory clusters (needed in pmap_bootstrap). */
        init_x86_clusters();
 #else
        /* Parse Xen command line (replace bootinfo) */
diff -r 229a28eec0b9 -r 889cd9afc3ab sys/arch/sun3/sun3x/pmap.c
--- a/sys/arch/sun3/sun3x/pmap.c        Wed Aug 21 17:14:26 2019 +0000
+++ b/sys/arch/sun3/sun3x/pmap.c        Wed Aug 21 20:30:36 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.c,v 1.114 2016/12/22 14:47:59 cherry Exp $        */
+/*     $NetBSD: pmap.c,v 1.115 2019/08/21 20:30:36 skrll Exp $ */
 
 /*-
  * Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
@@ -105,7 +105,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.114 2016/12/22 14:47:59 cherry Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.115 2019/08/21 20:30:36 skrll Exp $");
 
 #include "opt_ddb.h"
 #include "opt_pmap_debug.h"
@@ -2483,7 +2483,7 @@
  **
  * Zero the contents of the specified physical page.
  *
- * Uses one of the virtual pages allocated in pmap_boostrap()
+ * Uses one of the virtual pages allocated in pmap_bootstrap()
  * to map the specified page into the kernel address space.
  */
 void



Home | Main Index | Thread Index | Old Index