Module Name: src
Committed By: skrll
Date: Fri Jan 29 06:22:05 UTC 2021
Modified Files:
src/sys/arch/arm/arm32: fault.c
Log Message:
Typo in comment
To generate a diff of this commit:
cvs rdiff -u -r1.113 -r1.114 src/sys/arch/arm/arm32/fault.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/arm/arm32/fault.c
diff -u src/sys/arch/arm/arm32/fault.c:1.113 src/sys/arch/arm/arm32/fault.c:1.114
--- src/sys/arch/arm/arm32/fault.c:1.113 Sat Jun 20 15:45:22 2020
+++ src/sys/arch/arm/arm32/fault.c Fri Jan 29 06:22:05 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: fault.c,v 1.113 2020/06/20 15:45:22 skrll Exp $ */
+/* $NetBSD: fault.c,v 1.114 2021/01/29 06:22:05 skrll Exp $ */
/*
* Copyright 2003 Wasabi Systems, Inc.
@@ -81,7 +81,7 @@
#include "opt_kgdb.h"
#include <sys/types.h>
-__KERNEL_RCSID(0, "$NetBSD: fault.c,v 1.113 2020/06/20 15:45:22 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: fault.c,v 1.114 2021/01/29 06:22:05 skrll Exp $");
#include <sys/param.h>
@@ -799,7 +799,7 @@ prefetch_abort_fixup(trapframe_t *tf)
* If the address is invalid and we were in SVC mode then panic as
* the kernel should never prefetch abort.
* If the address is invalid and the page is mapped then the user process
- * does no have read permission so send it a signal.
+ * does not have read permission so send it a signal.
* Otherwise fault the page in and try again.
*/
void