public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
From: Tom de Vries <tdevries@suse.de>
To: gdb-patches@sourceware.org
Subject: [pushed] [gdb] Fix typos
Date: Fri,  9 Jun 2023 09:20:56 +0200	[thread overview]
Message-ID: <20230609072056.28103-1-tdevries@suse.de> (raw)

Fix typos:
- reponse -> response
- inital -> initial
- a -> an
---
 gdb/nto-tdep.h                | 2 +-
 gdb/testsuite/lib/gdb.exp     | 2 +-
 gdb/testsuite/lib/tuiterm.exp | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/gdb/nto-tdep.h b/gdb/nto-tdep.h
index ca88642c31e..b352d5310c4 100644
--- a/gdb/nto-tdep.h
+++ b/gdb/nto-tdep.h
@@ -186,7 +186,7 @@ int nto_in_dynsym_resolve_code (CORE_ADDR pc);
 
 const char *nto_extra_thread_info (struct target_ops *self, struct thread_info *);
 
-LONGEST nto_read_auxv_from_initial_stack (CORE_ADDR inital_stack,
+LONGEST nto_read_auxv_from_initial_stack (CORE_ADDR initial_stack,
 					  gdb_byte *readbuf,
 					  LONGEST len, size_t sizeof_auxv_t);
 
diff --git a/gdb/testsuite/lib/gdb.exp b/gdb/testsuite/lib/gdb.exp
index 220640210cd..3cdd73b7da3 100644
--- a/gdb/testsuite/lib/gdb.exp
+++ b/gdb/testsuite/lib/gdb.exp
@@ -5916,7 +5916,7 @@ proc gdb_load_cmd { args } {
 	    return 0
 	}
 	-re "(.*)\r\n$gdb_prompt " {
-	    perror "Unexpected reponse from 'load' -- $expect_out(1,string)"
+	    perror "Unexpected response from 'load' -- $expect_out(1,string)"
 	    return -1
 	}
 	timeout {
diff --git a/gdb/testsuite/lib/tuiterm.exp b/gdb/testsuite/lib/tuiterm.exp
index 96f9b9d2bc3..171b242aa80 100644
--- a/gdb/testsuite/lib/tuiterm.exp
+++ b/gdb/testsuite/lib/tuiterm.exp
@@ -913,8 +913,8 @@ namespace eval Term {
 	wait_for $str
     }
 
-    # As proc command, but don't wait for a initial prompt.  This is used for
-    # inital terminal commands, where there's no prompt yet.
+    # As proc command, but don't wait for an initial prompt.  This is used for
+    # initial terminal commands, where there's no prompt yet.
     proc command_no_prompt_prefix {cmd} {
 	send_gdb "$cmd\n"
 	set str [string_to_regexp $cmd]

base-commit: ca5321d49ae1b6d1ec91d4ff79e85dc8ec30576a
-- 
2.35.3


                 reply	other threads:[~2023-06-09  7:20 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230609072056.28103-1-tdevries@suse.de \
    --to=tdevries@suse.de \
    --cc=gdb-patches@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).