Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/aarch64/aarch64 fix a spello in a comment
details: https://anonhg.NetBSD.org/src/rev/7a6c49356633
branches: trunk
changeset: 372156:7a6c49356633
user: skrll <skrll%NetBSD.org@localhost>
date: Sat Oct 29 07:21:41 2022 +0000
description:
fix a spello in a comment
diffstat:
sys/arch/aarch64/aarch64/pmap.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r cb237ec02bb5 -r 7a6c49356633 sys/arch/aarch64/aarch64/pmap.c
--- a/sys/arch/aarch64/aarch64/pmap.c Sat Oct 29 02:56:29 2022 +0000
+++ b/sys/arch/aarch64/aarch64/pmap.c Sat Oct 29 07:21:41 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.c,v 1.144 2022/10/28 06:22:26 skrll Exp $ */
+/* $NetBSD: pmap.c,v 1.145 2022/10/29 07:21:41 skrll Exp $ */
/*
* Copyright (c) 2017 Ryo Shimizu <ryo%nerv.org@localhost>
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.144 2022/10/28 06:22:26 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.145 2022/10/29 07:21:41 skrll Exp $");
#include "opt_arm_debug.h"
#include "opt_cpuoptions.h"
@@ -1012,7 +1012,7 @@
cpu_icache_sync_range(va, len);
} else {
/*
- * change to accessible temporally
+ * change to accessible temporarily
* to do cpu_icache_sync_range()
*/
struct pmap_asid_info * const pai = PMAP_PAI(pm,
Home |
Main Index |
Thread Index |
Old Index