From fc5261f2f3316f42799d1d7e176a7b1c177cbf2e Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Sat, 22 Jul 2006 14:48:03 +0000 Subject: * infrun.c (handle_inferior_event): Typo. --- gdb/infrun.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/infrun.c') diff --git a/gdb/infrun.c b/gdb/infrun.c index 9804688..de97636 100644 --- a/gdb/infrun.c +++ b/gdb/infrun.c @@ -1428,7 +1428,7 @@ handle_inferior_event (struct execution_control_state *ecs) case TARGET_WAITKIND_EXECD: if (debug_infrun) - fprintf_unfiltered (gdb_stdlog, "infrun: TARGET_WAITKIND_EXECED\n"); + fprintf_unfiltered (gdb_stdlog, "infrun: TARGET_WAITKIND_EXECD\n"); stop_signal = TARGET_SIGNAL_TRAP; /* NOTE drow/2002-12-05: This code should be pushed down into the -- cgit v1.1