Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/arm32 Typo in comment



details:   https://anonhg.NetBSD.org/src/rev/889bf4a0728e
branches:  trunk
changeset: 467195:889bf4a0728e
user:      skrll <skrll%NetBSD.org@localhost>
date:      Fri Jan 17 12:40:44 2020 +0000

description:
Typo in comment

diffstat:

 sys/arch/arm/arm32/pmap.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 7cb09ed83b8f -r 889bf4a0728e sys/arch/arm/arm32/pmap.c
--- a/sys/arch/arm/arm32/pmap.c Fri Jan 17 12:39:00 2020 +0000
+++ b/sys/arch/arm/arm32/pmap.c Fri Jan 17 12:40:44 2020 +0000
@@ -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 @@
                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)



Home | Main Index | Thread Index | Old Index