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/utils.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/utils.c')
-rw-r--r-- | gdb/utils.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/utils.c b/gdb/utils.c index e552685..c7ba051 100644 --- a/gdb/utils.c +++ b/gdb/utils.c @@ -1642,7 +1642,7 @@ static char *wrap_indent; static int wrap_column; -/* Inialize the number of lines per page and chars per line. */ +/* Initialize the number of lines per page and chars per line. */ void init_page_info (void) @@ -1873,7 +1873,7 @@ prompt_for_continue (void) do_cleanups (old_chain); } -/* Initalize timer to keep track of how long we waited for the user. */ +/* Initialize timer to keep track of how long we waited for the user. */ void reset_prompt_for_continue_wait_time (void) |