Remove simulator_command declaration, make static
[deliverable/binutils-gdb.git] / gdb / thread.c
index 17bc642b84debe5c8cadedfed428765de70191f0..7c8426d6257f4da41cc5ad4465bd7216b34455ee 100644 (file)
@@ -444,7 +444,7 @@ thread_step_over_chain_remove (struct thread_info *tp)
   step_over_chain_remove (&step_over_queue_head, tp);
 }
 
-/* Delete the thread referenced by THR.  If SILENT, don't notifyi
+/* Delete the thread referenced by THR.  If SILENT, don't notify
    the observer of this exit.
    
    THR must not be NULL or a failed assertion will be raised.  */
@@ -709,7 +709,7 @@ delete_exited_threads (void)
       delete_thread (tp);
 }
 
-/* Return true value if stack temporaies are enabled for the thread
+/* Return true value if stack temporaries are enabled for the thread
    TP.  */
 
 bool
This page took 0.023789 seconds and 4 git commands to generate.