Fix typo in comment
authorSimon Marchi <simon.marchi@ericsson.com>
Fri, 25 Nov 2016 14:07:35 +0000 (09:07 -0500)
committerSimon Marchi <simon.marchi@ericsson.com>
Fri, 25 Nov 2016 14:07:35 +0000 (09:07 -0500)
gdb/ChangeLog:

* infcmd.c (interrupt_command): Fix typo in comment.

gdb/ChangeLog
gdb/infcmd.c

index bceb86230d258b10681f82132d4a37a7b526e334..e11b41b132998747d05ca57dd3e4726aa8dc4a6e 100644 (file)
@@ -1,3 +1,7 @@
+2016-11-25  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * infcmd.c (interrupt_command): Fix typo in comment.
+
 2016-11-24  John Baldwin  <jhb@FreeBSD.org>
 
        * ada-lang.c (create_excep_cond_exprs): Do not use 'std::move'.
index 2440c0c78fe0b181a9405416698f8e375e0b25af..942d61e61da75df732b1bb51470a9fde954af689 100644 (file)
@@ -3063,7 +3063,7 @@ interrupt_target_1 (int all_threads)
 
 /* interrupt [-a]
    Stop the execution of the target while running in async mode, in
-   the backgound.  In all-stop, stop the whole process.  In non-stop
+   the background.  In all-stop, stop the whole process.  In non-stop
    mode, stop the current thread only by default, or stop all threads
    if the `-a' switch is used.  */