diff options
author | Simon Marchi <simon.marchi@polymtl.ca> | 2016-11-04 23:47:32 -0400 |
---|---|---|
committer | Simon Marchi <simon.marchi@polymtl.ca> | 2016-11-04 23:50:35 -0400 |
commit | 26c4b26f0cc51f04cdaba3c9e6ff09032bd10d8b (patch) | |
tree | 22e7dea243e7aa7d0118bf268ff655e74602060d /gdb/xtensa-tdep.c | |
parent | 7989954c57444ef2a5963bb2bb0fae4652b846a6 (diff) | |
download | gdb-26c4b26f0cc51f04cdaba3c9e6ff09032bd10d8b.zip gdb-26c4b26f0cc51f04cdaba3c9e6ff09032bd10d8b.tar.gz gdb-26c4b26f0cc51f04cdaba3c9e6ff09032bd10d8b.tar.bz2 |
Fix a few typos
gdb/ChangeLog:
* maint.c (scoped_command_stats::scoped_command_stats): Fix typo.
* ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Likewise.
* ppcobsd-tdep.c (_initialize_ppcobsd_tdep): Likewise.
* ui-out.c (ui_out_new): Likewise.
* utils.c (init_page_info): Likewise.
(reset_prompt_for_continue_wait_time): Likewise.
* windows-nat.c (windows_init_thread_list): Likewise.
* xtensa-tdep.c (call0_analyze_prologue): Likewise.
Diffstat (limited to 'gdb/xtensa-tdep.c')
-rw-r--r-- | gdb/xtensa-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/xtensa-tdep.c b/gdb/xtensa-tdep.c index 783f71d..3c9c015 100644 --- a/gdb/xtensa-tdep.c +++ b/gdb/xtensa-tdep.c @@ -2401,7 +2401,7 @@ call0_analyze_prologue (struct gdbarch *gdbarch, arg was not supplied to avoid probing beyond the end of valid memory. If memory is full of garbage that classifies as c0opc_uninteresting. If this fails (eg. if no symbols) pc ends up 0 as it was. - Intialize the Call0 frame and register tracking info. + Initialize the Call0 frame and register tracking info. Assume it's Call0 until an 'entry' instruction is encountered. Assume we may be in the prologue until we hit a flow control instr. */ |