diff options
author | Michael Snyder <msnyder@vmware.com> | 2010-01-05 20:55:18 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2010-01-05 20:55:18 +0000 |
commit | ce6cca6d61556fecbabbca20f49e8e76545b6bc6 (patch) | |
tree | cc69d96546866a08d3a46311b483c41b94d8e474 /gdb/infrun.c | |
parent | 8781f70964e3a260294e74f8e43bf1c1e6a73e4d (diff) | |
download | gdb-ce6cca6d61556fecbabbca20f49e8e76545b6bc6.zip gdb-ce6cca6d61556fecbabbca20f49e8e76545b6bc6.tar.gz gdb-ce6cca6d61556fecbabbca20f49e8e76545b6bc6.tar.bz2 |
2010-01-05 Michael Snyder <msnyder@vmware.com>
* infrun.c (handle_inferior_event): Fix typo in comment.
Diffstat (limited to 'gdb/infrun.c')
-rw-r--r-- | gdb/infrun.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/infrun.c b/gdb/infrun.c index d8ca40d..a657026 100644 --- a/gdb/infrun.c +++ b/gdb/infrun.c @@ -4176,7 +4176,7 @@ infrun: not switching back to stepped thread, it has vanished\n"); "outermost" function. This could be fixed by marking outermost frames as !stack_p,code_p,special_p. Then the initial outermost frame, before sp was valid, would - have code_addr == &_start. See the commend in frame_id_eq + have code_addr == &_start. See the comment in frame_id_eq for more. */ if (!frame_id_eq (get_stack_frame_id (frame), ecs->event_thread->step_stack_frame_id) |