[gdb] Fix typos
authorTom de Vries <tdevries@suse.de>
Fri, 9 Jun 2023 07:20:14 +0000 (09:20 +0200)
committerTom de Vries <tdevries@suse.de>
Fri, 9 Jun 2023 07:20:14 +0000 (09:20 +0200)
Fix typos:
- reponse -> response
- inital -> initial
- a -> an

gdb/nto-tdep.h
gdb/testsuite/lib/gdb.exp
gdb/testsuite/lib/tuiterm.exp

index ca88642c31ebc308a8799176856b464f7f01e7cc..b352d5310c4974842222fe3bcb5ac3f7442955ca 100644 (file)
@@ -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);
 
index 220640210cd958bb4e223a53a7a10b3bb6ba2a18..3cdd73b7da3d44930c3401132118ac46105a00ba 100644 (file)
@@ -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 {
index 96f9b9d2bc3835f718a918cabf27f64e2a8f8dcf..171b242aa801b65c286bf78ab5334ba12eeccc3b 100644 (file)
@@ -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]