artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92bfa7b
)
Fix comment spelling.
author
patrick
<patrick@openbsd.org>
Thu, 2 Sep 2021 12:09:26 +0000
(12:09 +0000)
committer
patrick
<patrick@openbsd.org>
Thu, 2 Sep 2021 12:09:26 +0000
(12:09 +0000)
sys/arch/arm64/arm64/pmap.c
patch
|
blob
|
history
diff --git
a/sys/arch/arm64/arm64/pmap.c
b/sys/arch/arm64/arm64/pmap.c
index
0087331
..
79a344c
100644
(file)
--- a/
sys/arch/arm64/arm64/pmap.c
+++ b/
sys/arch/arm64/arm64/pmap.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: pmap.c,v 1.
79 2021/05/21 14:41:57 kettenis
Exp $ */
+/* $OpenBSD: pmap.c,v 1.
80 2021/09/02 12:09:26 patrick
Exp $ */
/*
* Copyright (c) 2008-2009,2014-2016 Dale Rahn <drahn@dalerahn.com>
*
@@
-1700,7
+1700,7
@@
pmap_proc_iflush(struct process *pr, vaddr_t va, vsize_t len)
vsize_t off;
/*
- * If we're cal
ed for the current processe
s, we can simply
+ * If we're cal
led for the current proces
s, we can simply
* flush the data cache to the point of unification and
* invalidate the instruction cache.
*/