Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm/arm Fixup a comment



details:   https://anonhg.NetBSD.org/src/rev/f005891e2813
branches:  trunk
changeset: 449703:f005891e2813
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun Mar 17 08:25:10 2019 +0000

description:
Fixup a comment

diffstat:

 sys/arch/arm/arm/undefined.c |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (33 lines):

diff -r ec8704293832 -r f005891e2813 sys/arch/arm/arm/undefined.c
--- a/sys/arch/arm/arm/undefined.c      Sun Mar 17 08:17:56 2019 +0000
+++ b/sys/arch/arm/arm/undefined.c      Sun Mar 17 08:25:10 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: undefined.c,v 1.63 2019/03/16 10:13:34 skrll Exp $     */
+/*     $NetBSD: undefined.c,v 1.64 2019/03/17 08:25:10 skrll Exp $     */
 
 /*
  * Copyright (c) 2001 Ben Harris.
@@ -55,7 +55,7 @@
 #include <sys/kgdb.h>
 #endif
 
-__KERNEL_RCSID(0, "$NetBSD: undefined.c,v 1.63 2019/03/16 10:13:34 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: undefined.c,v 1.64 2019/03/17 08:25:10 skrll Exp $");
 
 #include <sys/kmem.h>
 #include <sys/queue.h>
@@ -344,11 +344,11 @@
                }
                /*
                 * Should use fuword() here .. but in the interests of
-                * squeezing every  bit of speed we will just use
-                * ReadWord(). We know the instruction can be read
+                * squeezing every bit of speed we will just use
+                * read_insn(). We know the instruction can be read
                 * as was just executed so this will never fail unless
                 * the kernel is screwed up in which case it does
-                * not really matter does it ?
+                * not really matter does it?
                 */
                fault_instruction = read_insn(fault_pc, user);
        }



Home | Main Index | Thread Index | Old Index