Fix a few typos
authorSimon Marchi <simon.marchi@polymtl.ca>
Sat, 5 Nov 2016 03:47:32 +0000 (23:47 -0400)
committerSimon Marchi <simon.marchi@polymtl.ca>
Sat, 5 Nov 2016 03:50:35 +0000 (23:50 -0400)
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/ChangeLog
gdb/maint.c
gdb/ppcnbsd-tdep.c
gdb/ppcobsd-tdep.c
gdb/ui-out.c
gdb/utils.c
gdb/windows-nat.c
gdb/xtensa-tdep.c

index 8e173a7a9432adf71de0a9db9eba5a122fbf47f7..375e7480deae87bc61d910c0a1cb892904fb4212 100644 (file)
@@ -1,3 +1,14 @@
+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`
index 25a495caea18c498419bed4ba617c9bc1e406a60..738571c73c049a8077c75fcc0f28a9540fee049c 100644 (file)
@@ -912,7 +912,7 @@ scoped_command_stats::scoped_command_stats (bool msg_type)
   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 ();
 }
 
index ba762edb799c5cbb4819706c006f56da04c41cad..be152e1e795a6a11078127ac2a01b09b688420d8 100644 (file)
@@ -199,7 +199,7 @@ _initialize_ppcnbsd_tdep (void)
                          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.  */
index 2cc62a0db3ba58dbf1fa1266d873eb39a1cfd54b..bc5a5a8189c07b4e83cfe1e39b6dc167940bce4b 100644 (file)
@@ -292,7 +292,7 @@ _initialize_ppcobsd_tdep (void)
                          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.  */
index 932cf121a3d95f84e4fd1198e3e17386e34e5da2..0eaa48fc9d00fc07dffdf7db8853a03509b63e11 100644 (file)
@@ -901,7 +901,7 @@ ui_out_query_field (struct ui_out *uiout, int colno,
   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,
index e552685efa70eaaead9d593fb9bf65b3d5754ae3..c7ba05197d2c1fe7ac4849c1ca44282dce4be6c5 100644 (file)
@@ -1642,7 +1642,7 @@ static char *wrap_indent;
 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)
@@ -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)
index 4b8adaca3d6c0a783bd925829365ac7369bb51ba..5b79f3457a2d778fc68f6510e4e14ff9086974fe 100644 (file)
@@ -409,7 +409,7 @@ windows_add_thread (ptid_t ptid, HANDLE h, void *tlb)
   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)
index 783f71d04e704f820d28aac7c0f53eaf27978c70..3c9c015509da6088bee410c578291c9f01ec4326 100644 (file)
@@ -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.  */
 
This page took 0.034136 seconds and 4 git commands to generate.