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 Oops... remove a stray <space>
details: https://anonhg.NetBSD.org/src/rev/f5da6d7eb4b4
branches: trunk
changeset: 745827:f5da6d7eb4b4
user: skrll <skrll%NetBSD.org@localhost>
date: Fri Mar 13 16:14:18 2020 +0000
description:
Oops... remove a stray <space>
diffstat:
sys/arch/arm/arm32/pmap.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r c12b6be100a6 -r f5da6d7eb4b4 sys/arch/arm/arm32/pmap.c
--- a/sys/arch/arm/arm32/pmap.c Fri Mar 13 16:12:06 2020 +0000
+++ b/sys/arch/arm/arm32/pmap.c Fri Mar 13 16:14:18 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.c,v 1.395 2020/03/13 16:12:06 skrll Exp $ */
+/* $NetBSD: pmap.c,v 1.396 2020/03/13 16:14:18 skrll Exp $ */
/*
* Copyright 2003 Wasabi Systems, Inc.
@@ -47,7 +47,7 @@
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* 3. The name of the company nor the name of the author may be used to
- * endorse or promote products derived from this software without specific
+ * endorse or promote products derived from this software without specific
* prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
@@ -198,7 +198,7 @@
#endif
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.395 2020/03/13 16:12:06 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.396 2020/03/13 16:14:18 skrll Exp $");
#include <sys/atomic.h>
#include <sys/param.h>
@@ -5827,7 +5827,7 @@
}
/*
- * Enter it via pmap_kenter_pa and let that routine do the hard work.
+ * Enter it via pmap_kenter_pa and let that routine do the hard work.
*/
pmap_kenter_pa(va, pa,
VM_PROT_READ|VM_PROT_WRITE, PMAP_KMPAGE|PMAP_PTE);
Home |
Main Index |
Thread Index |
Old Index