public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH obv] Fix typo in comment
@ 2016-08-23 17:53 Simon Marchi
  0 siblings, 0 replies; 2+ messages in thread
From: Simon Marchi @ 2016-08-23 17:53 UTC (permalink / raw)
  To: gdb-patches; +Cc: Simon Marchi

FYI, I just pushed this as obvious.

gdb/ChangeLog:

	* stack.c (parse_frame_specification): Fix typo in comment.
---
 gdb/ChangeLog | 4 ++++
 gdb/stack.c   | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 08a9bb5..85de2e4 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2016-08-23  Simon Marchi  <simon.marchi@ericsson.com>
+
+	* stack.c (parse_frame_specification): Fix typo in comment.
+
 2016-08-23  Pedro Alves  <palves@redhat.com>
 
 	PR gdb/20494
diff --git a/gdb/stack.c b/gdb/stack.c
index e890949..417e887 100644
--- a/gdb/stack.c
+++ b/gdb/stack.c
@@ -1277,8 +1277,8 @@ print_frame (struct frame_info *frame, int print_level,
 
 /* Read a frame specification in whatever the appropriate format is from
    FRAME_EXP.  Call error() if the specification is in any way invalid (so
-   this function never returns NULL).  When SEPECTED_P is non-NULL set its
-   target to indicate that the default selected frame was used.  */
+   this function never returns NULL).  When SELECTED_FRAME_P is non-NULL
+   set its target to indicate that the default selected frame was used.  */
 
 static struct frame_info *
 parse_frame_specification (const char *frame_exp, int *selected_frame_p)
-- 
2.9.3

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH obv] Fix typo in comment
@ 2016-11-25 14:11 Simon Marchi
  0 siblings, 0 replies; 2+ messages in thread
From: Simon Marchi @ 2016-11-25 14:11 UTC (permalink / raw)
  To: gdb-patches; +Cc: Simon Marchi

FYI, I just pushed this as obvious.

gdb/ChangeLog:

	* infcmd.c (interrupt_command): Fix typo in comment.
---
 gdb/ChangeLog | 4 ++++
 gdb/infcmd.c  | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index bceb862..e11b41b 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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'.
diff --git a/gdb/infcmd.c b/gdb/infcmd.c
index 2440c0c..942d61e 100644
--- a/gdb/infcmd.c
+++ b/gdb/infcmd.c
@@ -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.  */
 
-- 
2.10.2

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-11-25 14:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-23 17:53 [PATCH obv] Fix typo in comment Simon Marchi
2016-11-25 14:11 Simon Marchi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).