Source-Changes-HG archive

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

[src/trunk]: src/sys/arch Typo in comment.



details:   https://anonhg.NetBSD.org/src/rev/d14e9a3928f4
branches:  trunk
changeset: 773141:d14e9a3928f4
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat Jan 28 16:30:23 2012 +0000

description:
Typo in comment.

diffstat:

 sys/arch/alpha/alpha/vm_machdep.c     |  6 +++---
 sys/arch/powerpc/powerpc/vm_machdep.c |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r 7656b228e7f0 -r d14e9a3928f4 sys/arch/alpha/alpha/vm_machdep.c
--- a/sys/arch/alpha/alpha/vm_machdep.c Sat Jan 28 16:24:35 2012 +0000
+++ b/sys/arch/alpha/alpha/vm_machdep.c Sat Jan 28 16:30:23 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vm_machdep.c,v 1.109 2012/01/21 21:50:24 matt Exp $ */
+/* $NetBSD: vm_machdep.c,v 1.110 2012/01/28 16:30:23 skrll Exp $ */
 
 /*
  * Copyright (c) 1994, 1995, 1996 Carnegie-Mellon University.
@@ -29,7 +29,7 @@
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(0, "$NetBSD: vm_machdep.c,v 1.109 2012/01/21 21:50:24 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vm_machdep.c,v 1.110 2012/01/28 16:30:23 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -276,7 +276,7 @@
                return false;
 
        /*
-        * Since the pages are physically contiguous, the vm_page structurs
+        * Since the pages are physically contiguous, the vm_page structure
         * will be as well.
         */
        struct vm_page *pg = PHYS_TO_VM_PAGE(PMAP_UNMAP_POOLPAGE(va));
diff -r 7656b228e7f0 -r d14e9a3928f4 sys/arch/powerpc/powerpc/vm_machdep.c
--- a/sys/arch/powerpc/powerpc/vm_machdep.c     Sat Jan 28 16:24:35 2012 +0000
+++ b/sys/arch/powerpc/powerpc/vm_machdep.c     Sat Jan 28 16:30:23 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vm_machdep.c,v 1.92 2011/07/02 01:26:29 matt Exp $     */
+/*     $NetBSD: vm_machdep.c,v 1.93 2012/01/28 16:30:23 skrll Exp $    */
 
 /*
  * Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -32,7 +32,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vm_machdep.c,v 1.92 2011/07/02 01:26:29 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vm_machdep.c,v 1.93 2012/01/28 16:30:23 skrll Exp $");
 
 #include "opt_altivec.h"
 #include "opt_multiprocessor.h"
@@ -331,7 +331,7 @@
                return false;
 
        /*
-        * Since the pages are physically contiguous, the vm_page structurs
+        * Since the pages are physically contiguous, the vm_page structure
         * will be as well.
         */
        struct vm_page *pg = PHYS_TO_VM_PAGE(PMAP_UNMAP_POOLPAGE(va));



Home | Main Index | Thread Index | Old Index