From 046934f3b04ae06aeeae29f42ffc211a68bd2d80 Mon Sep 17 00:00:00 2001 From: patrick Date: Thu, 2 Sep 2021 12:09:26 +0000 Subject: [PATCH] Fix comment spelling. --- sys/arch/arm64/arm64/pmap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/arm64/arm64/pmap.c b/sys/arch/arm64/arm64/pmap.c index 00873316a5c..79a344cc84e 100644 --- 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 * @@ -1700,7 +1700,7 @@ pmap_proc_iflush(struct process *pr, vaddr_t va, vsize_t len) vsize_t off; /* - * If we're caled for the current processes, we can simply + * If we're called for the current process, we can simply * flush the data cache to the point of unification and * invalidate the instruction cache. */ -- 2.20.1