Module Name: src Committed By: skrll Date: Mon Apr 27 08:25:30 UTC 2009
Modified Files: src/sys/arch/hppa/hppa [nick-hppapmap]: pmap.c Log Message: Oops, typo in previous. To generate a diff of this commit: cvs rdiff -u -r1.43.8.53 -r1.43.8.54 src/sys/arch/hppa/hppa/pmap.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/hppa/hppa/pmap.c diff -u src/sys/arch/hppa/hppa/pmap.c:1.43.8.53 src/sys/arch/hppa/hppa/pmap.c:1.43.8.54 --- src/sys/arch/hppa/hppa/pmap.c:1.43.8.53 Mon Apr 27 08:21:51 2009 +++ src/sys/arch/hppa/hppa/pmap.c Mon Apr 27 08:25:30 2009 @@ -1,4 +1,4 @@ -/* $NetBSD: pmap.c,v 1.43.8.53 2009/04/27 08:21:51 skrll Exp $ */ +/* $NetBSD: pmap.c,v 1.43.8.54 2009/04/27 08:25:30 skrll Exp $ */ /*- * Copyright (c) 2001, 2002 The NetBSD Foundation, Inc. @@ -65,7 +65,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.43.8.53 2009/04/27 08:21:51 skrll Exp $"); +__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.43.8.54 2009/04/27 08:25:30 skrll Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -1811,7 +1811,7 @@ /* * If we're being told to unmap page zero, we can't call printf() at - * all as printf required page zero to be mapped. + * all as printf requires page zero to be mapped. */ if (va == 0) pmapdebug = 0;