Module Name: src Committed By: skrll Date: Fri Jan 17 12:40:44 UTC 2020
Modified Files: src/sys/arch/arm/arm32: pmap.c Log Message: Typo in comment To generate a diff of this commit: cvs rdiff -u -r1.376 -r1.377 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.376 src/sys/arch/arm/arm32/pmap.c:1.377 --- src/sys/arch/arm/arm32/pmap.c:1.376 Fri Jan 17 12:39:00 2020 +++ src/sys/arch/arm/arm32/pmap.c Fri Jan 17 12:40:44 2020 @@ -1,4 +1,4 @@ -/* $NetBSD: pmap.c,v 1.376 2020/01/17 12:39:00 skrll Exp $ */ +/* $NetBSD: pmap.c,v 1.377 2020/01/17 12:40:44 skrll Exp $ */ /* * Copyright 2003 Wasabi Systems, Inc. @@ -221,7 +221,7 @@ #include <arm/db_machdep.h> #endif -__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.376 2020/01/17 12:39:00 skrll Exp $"); +__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.377 2020/01/17 12:40:44 skrll Exp $"); //#define PMAP_DEBUG #ifdef PMAP_DEBUG @@ -7801,7 +7801,7 @@ pmap_boot_pagealloc(psize_t amount, psiz pv_addr_t *newpv; psize_t off; /* - * If this entry is too small to satify the request... + * If this entry is too small to satisfy the request... */ KASSERT(pv->pv_size > 0); if (pv->pv_size < amount)