Module Name: src
Committed By: skrll
Date: Sat Jan 28 16:30:23 UTC 2012
Modified Files:
src/sys/arch/alpha/alpha: vm_machdep.c
src/sys/arch/powerpc/powerpc: vm_machdep.c
Log Message:
Typo in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.109 -r1.110 src/sys/arch/alpha/alpha/vm_machdep.c
cvs rdiff -u -r1.92 -r1.93 src/sys/arch/powerpc/powerpc/vm_machdep.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/alpha/alpha/vm_machdep.c
diff -u src/sys/arch/alpha/alpha/vm_machdep.c:1.109 src/sys/arch/alpha/alpha/vm_machdep.c:1.110
--- src/sys/arch/alpha/alpha/vm_machdep.c:1.109 Sat Jan 21 21:50:24 2012
+++ src/sys/arch/alpha/alpha/vm_machdep.c Sat Jan 28 16:30:23 2012
@@ -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 @@ cpu_uarea_free(void *vva)
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));
Index: src/sys/arch/powerpc/powerpc/vm_machdep.c
diff -u src/sys/arch/powerpc/powerpc/vm_machdep.c:1.92 src/sys/arch/powerpc/powerpc/vm_machdep.c:1.93
--- src/sys/arch/powerpc/powerpc/vm_machdep.c:1.92 Sat Jul 2 01:26:29 2011
+++ src/sys/arch/powerpc/powerpc/vm_machdep.c Sat Jan 28 16:30:23 2012
@@ -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 @@ cpu_uarea_free(void *vva)
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));