Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc64/sparc64 Fix a typo, remove a useless blank ...



details:   https://anonhg.NetBSD.org/src/rev/d0815518ff0a
branches:  trunk
changeset: 961024:d0815518ff0a
user:      simonb <simonb%NetBSD.org@localhost>
date:      Tue Apr 06 15:55:26 2021 +0000

description:
Fix a typo, remove a useless blank line.

diffstat:

 sys/arch/sparc64/sparc64/db_disasm.c |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (32 lines):

diff -r 887e31cd51e8 -r d0815518ff0a sys/arch/sparc64/sparc64/db_disasm.c
--- a/sys/arch/sparc64/sparc64/db_disasm.c      Tue Apr 06 15:05:12 2021 +0000
+++ b/sys/arch/sparc64/sparc64/db_disasm.c      Tue Apr 06 15:55:26 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: db_disasm.c,v 1.18 2015/10/04 08:16:14 joerg Exp $ */
+/*     $NetBSD: db_disasm.c,v 1.19 2021/04/06 15:55:26 simonb Exp $ */
 
 /*
  * Copyright (c) 1994 David S. Miller, davem%nadzieja.rutgers.edu@localhost
@@ -32,7 +32,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: db_disasm.c,v 1.18 2015/10/04 08:16:14 joerg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: db_disasm.c,v 1.19 2021/04/06 15:55:26 simonb Exp $");
 
 #include <sys/param.h>
 #include <machine/db_machdep.h>
@@ -223,7 +223,7 @@
        /* Note: if imm22 is zero then this is actually a "nop" grrr... */
        {(FORMAT2(0, 0x4)), "sethi", "Cd"},
 
-       /* Branch on Integer Co`ndition Codes "Bicc" */
+       /* Branch on Integer Condition Codes "Bicc" */
        {(FORMAT2(0, 2) | COND(8)), "ba", "a,m"},
        {(FORMAT2(0, 2) | COND(0)), "bn", "a,m"},
        {(FORMAT2(0, 2) | COND(9)), "bne", "a,m"},
@@ -1121,4 +1121,3 @@
 
        return (loc + 4);
 }
-



Home | Main Index | Thread Index | Old Index