+2016-11-04 Simon Marchi <simon.marchi@polymtl.ca>
+
+ * 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.
+
2016-10-29 Manish Goregaokar <manish@mozilla.com>
* rust-exp.y: Parse `sizeof(exp)` as `UNOP_SIZEOF`
else
m_symtab_enabled = 0;
- /* 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. */
reset_prompt_for_continue_wait_time ();
}
ppcnbsd_init_abi);
/* Avoid initializing the register offsets again if they were
- already initailized by ppcnbsd-nat.c. */
+ already initialized by ppcnbsd-nat.c. */
if (ppcnbsd_reg_offsets.pc_offset == 0)
{
/* General-purpose registers. */
ppcobsd_init_abi);
/* Avoid initializing the register offsets again if they were
- already initailized by ppcobsd-nat.c. */
+ already initialized by ppcobsd-nat.c. */
if (ppcobsd_reg_offsets.pc_offset == 0)
{
/* General-purpose registers. */
return 0;
}
-/* Initalize private members at startup. */
+/* Initialize private members at startup. */
struct ui_out *
ui_out_new (const struct ui_out_impl *impl, void *data,
static int wrap_column;
\f
-/* 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)
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)
return th;
}
-/* Clear out any old thread list and reintialize it to a
+/* Clear out any old thread list and reinitialize it to a
pristine state. */
static void
windows_init_thread_list (void)
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. */