From 26c4b26f0cc51f04cdaba3c9e6ff09032bd10d8b Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Fri, 4 Nov 2016 23:47:32 -0400 Subject: 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. --- gdb/utils.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gdb/utils.c') 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) -- cgit v1.1