Module Name: src Committed By: skrll Date: Wed Nov 5 09:13:16 UTC 2014
Modified Files: src/sys/arch/arm/arm32: pmap.c Log Message: Fix typo in comment To generate a diff of this commit: cvs rdiff -u -r1.308 -r1.309 src/sys/arch/arm/arm32/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/arm/arm32/pmap.c diff -u src/sys/arch/arm/arm32/pmap.c:1.308 src/sys/arch/arm/arm32/pmap.c:1.309 --- src/sys/arch/arm/arm32/pmap.c:1.308 Tue Nov 4 23:58:21 2014 +++ src/sys/arch/arm/arm32/pmap.c Wed Nov 5 09:13:16 2014 @@ -1,4 +1,4 @@ -/* $NetBSD: pmap.c,v 1.308 2014/11/04 23:58:21 matt Exp $ */ +/* $NetBSD: pmap.c,v 1.309 2014/11/05 09:13:16 skrll Exp $ */ /* * Copyright 2003 Wasabi Systems, Inc. @@ -215,7 +215,7 @@ #include <arm/locore.h> -__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.308 2014/11/04 23:58:21 matt Exp $"); +__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.309 2014/11/05 09:13:16 skrll Exp $"); //#define PMAP_DEBUG #ifdef PMAP_DEBUG @@ -2540,7 +2540,7 @@ pmap_clearbit(struct vm_page_md *md, pad * * This is a local function used to work out the best strategy to clean * a single page referenced by its entry in the PV table. It's used by - * pmap_copy_page, pmap_zero page and maybe some others later on. + * pmap_copy_page, pmap_zero_page and maybe some others later on. * * Its policy is effectively: * o If there are no mappings, we don't bother doing anything with the cache.