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 Typo in comment



details:   https://anonhg.NetBSD.org/src/rev/4f601a67d19a
branches:  trunk
changeset: 950422:4f601a67d19a
user:      skrll <skrll%NetBSD.org@localhost>
date:      Fri Jan 29 06:22:05 2021 +0000

description:
Typo in comment

diffstat:

 sys/arch/arm/arm32/fault.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 6d7ae82fe1bc -r 4f601a67d19a sys/arch/arm/arm32/fault.c
--- a/sys/arch/arm/arm32/fault.c        Fri Jan 29 06:00:08 2021 +0000
+++ b/sys/arch/arm/arm32/fault.c        Fri Jan 29 06:22:05 2021 +0000
@@ -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 @@
  * 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



Home | Main Index | Thread Index | Old Index