From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out1.suse.de (smtp-out1.suse.de [IPv6:2001:67c:2178:6::1c]) by sourceware.org (Postfix) with ESMTPS id EB54B3858C20 for ; Fri, 9 Jun 2023 07:20:48 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org EB54B3858C20 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=suse.de Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=suse.de Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id 2DC23219F7 for ; Fri, 9 Jun 2023 07:20:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1686295248; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc: mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=x8o7h9xzeoohqnG78xIHWAV+5NGNzaQP3Yep+QtfaeM=; b=WVO/JDL6FS2F2pBNmIpkN3g2FGVMW/1GptciiimcoopkYeMekWOQkjEPIb1W6Y7facdr20 OVOyCcrasqoS/nl7kNq7XjGfqu0+rjUMLaQp948Gh3bfTGYH3Hz+f8F2qBdatIBroIfMwM dSR0x3bV5rn+dEwh2RNML345tBUF88c= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1686295248; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc: mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=x8o7h9xzeoohqnG78xIHWAV+5NGNzaQP3Yep+QtfaeM=; b=um9A+jZ8VhW5AVeqsTN5pC8TnGR178WN9YEAcyG7QqDg2B6uA9H8r+EoSL5IQ9Zqxt8Wkp R3wCyzAJMGm9jLCw== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 1B348139C8 for ; Fri, 9 Jun 2023 07:20:48 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id GQmDBdDSgmTVRQAAMHmgww (envelope-from ) for ; Fri, 09 Jun 2023 07:20:48 +0000 From: Tom de Vries To: gdb-patches@sourceware.org Subject: [pushed] [gdb] Fix typos Date: Fri, 9 Jun 2023 09:20:56 +0200 Message-Id: <20230609072056.28103-1-tdevries@suse.de> X-Mailer: git-send-email 2.35.3 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-12.0 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,GIT_PATCH_0,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: 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