Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mips/mips Fix typo (stray " where it shouldn't be).
details: https://anonhg.NetBSD.org/src/rev/5428ab21c0ee
branches: trunk
changeset: 486612:5428ab21c0ee
user: mhitch <mhitch%NetBSD.org@localhost>
date: Fri May 26 20:59:00 2000 +0000
description:
Fix typo (stray " where it shouldn't be).
diffstat:
sys/arch/mips/mips/db_trace.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r ef8574b708b0 -r 5428ab21c0ee sys/arch/mips/mips/db_trace.c
--- a/sys/arch/mips/mips/db_trace.c Fri May 26 20:56:37 2000 +0000
+++ b/sys/arch/mips/mips/db_trace.c Fri May 26 20:59:00 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: db_trace.c,v 1.11 2000/05/26 03:34:27 jhawk Exp $ */
+/* $NetBSD: db_trace.c,v 1.12 2000/05/26 20:59:00 mhitch Exp $ */
/*
* Mach Operating System
@@ -194,7 +194,7 @@
name, pc - func, (void *)ra, stacksize);
if (ra == pc) {
- ("*pr)("-- loop? --\n");
+ (*pr)("-- loop? --\n");
return;
}
sp += stacksize;
Home |
Main Index |
Thread Index |
Old Index