Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sh3/sh3 Fix one comment edit missed in previous.



details:   https://anonhg.NetBSD.org/src/rev/83e1eadd6dae
branches:  trunk
changeset: 1023622:83e1eadd6dae
user:      uwe <uwe%NetBSD.org@localhost>
date:      Sat Sep 18 19:21:39 2021 +0000

description:
Fix one comment edit missed in previous.

diffstat:

 sys/arch/sh3/sh3/cpu_in_cksum.S |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 8bbee62ceb03 -r 83e1eadd6dae sys/arch/sh3/sh3/cpu_in_cksum.S
--- a/sys/arch/sh3/sh3/cpu_in_cksum.S   Sat Sep 18 18:14:07 2021 +0000
+++ b/sys/arch/sh3/sh3/cpu_in_cksum.S   Sat Sep 18 19:21:39 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpu_in_cksum.S,v 1.9 2021/09/18 15:09:05 uwe Exp $     */
+/*     $NetBSD: cpu_in_cksum.S,v 1.10 2021/09/18 19:21:39 uwe Exp $    */
 
 /*-
  * Copyright (c) 2000 SHIMIZU Ryo <ryo%misakimix.org@localhost>
@@ -34,7 +34,7 @@
 #include <machine/asm.h>
 #include "assym.h"
 
-__KERNEL_RCSID(0, "$NetBSD: cpu_in_cksum.S,v 1.9 2021/09/18 15:09:05 uwe Exp $")
+__KERNEL_RCSID(0, "$NetBSD: cpu_in_cksum.S,v 1.10 2021/09/18 19:21:39 uwe Exp $")
 
 
 #define        reg_byte_swapped        r1
@@ -213,7 +213,7 @@
 
        tst     reg_byte_swapped, reg_byte_swapped
        bt/s    1f
-       REDUCE          /* 1st instruction break only r0(r0) */
+       REDUCE          /* 1st instruction break only r0 */
        ROL
 1:
 



Home | Main Index | Thread Index | Old Index