aboutsummaryrefslogtreecommitdiff
path: root/gdb/infrun.c
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2006-07-22 14:48:03 +0000
committerMark Kettenis <kettenis@gnu.org>2006-07-22 14:48:03 +0000
commitfc5261f2f3316f42799d1d7e176a7b1c177cbf2e (patch)
treedf745f663c0fbc8a91f4a39dc8b6ca5dd04c0986 /gdb/infrun.c
parentda6d0c5be1fe1313510d62e508a0cd8c13b1be24 (diff)
downloadgdb-fc5261f2f3316f42799d1d7e176a7b1c177cbf2e.zip
gdb-fc5261f2f3316f42799d1d7e176a7b1c177cbf2e.tar.gz
gdb-fc5261f2f3316f42799d1d7e176a7b1c177cbf2e.tar.bz2
* infrun.c (handle_inferior_event): Typo.
Diffstat (limited to 'gdb/infrun.c')
-rw-r--r--gdb/infrun.c2
1 files changed, 1 insertions, 1 deletions
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