From patchwork Sat Oct 19 05:14:05 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Simon Marchi (Code Review)" X-Patchwork-Id: 35156 Received: (qmail 108053 invoked by alias); 19 Oct 2019 05:14:14 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 107978 invoked by uid 89); 19 Oct 2019 05:14:14 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-19.6 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3 autolearn=ham version=3.3.1 spammy= X-HELO: mx1.osci.io Received: from polly.osci.io (HELO mx1.osci.io) (8.43.85.229) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 19 Oct 2019 05:14:12 +0000 Received: by mx1.osci.io (Postfix, from userid 994) id 9C0E820590; Sat, 19 Oct 2019 01:14:10 -0400 (EDT) Received: from gnutoolchain-gerrit.osci.io (gnutoolchain-gerrit.osci.io [8.43.85.239]) by mx1.osci.io (Postfix) with ESMTP id 58F1320806; Sat, 19 Oct 2019 01:14:05 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by gnutoolchain-gerrit.osci.io (Postfix) with ESMTP id 3799220AF6; Sat, 19 Oct 2019 01:14:05 -0400 (EDT) X-Gerrit-PatchSet: 3 Date: Sat, 19 Oct 2019 01:14:05 -0400 From: "Sourceware to Gerrit sync (Code Review)" To: Sergio Durigan Junior , gdb-patches@sourceware.org Cc: Simon Marchi Auto-Submitted: auto-generated X-Gerrit-MessageType: merged Subject: [pushed] Fix typos in symfile.c and i386-darwin-tdep.c X-Gerrit-Change-Id: I1fbb39c32009c61c862b6bd56ce12f24a9edb2c4 X-Gerrit-Change-Number: 161 X-Gerrit-ChangeURL: X-Gerrit-Commit: f71433ee7f231a2c8c490b468a23c88ca5b33e3a In-Reply-To: References: Reply-To: noreply@gnutoolchain-gerrit.osci.io, simon.marchi@polymtl.ca, sergiodj@redhat.com, gdb-patches@sourceware.org MIME-Version: 1.0 Content-Disposition: inline User-Agent: Gerrit/3.0.3 Message-Id: <20191019051405.3799220AF6@gnutoolchain-gerrit.osci.io> Sourceware to Gerrit sync has submitted this change. Change URL: https://gnutoolchain-gerrit.osci.io/r/c/binutils-gdb/+/161 ...................................................................... Fix typos in symfile.c and i386-darwin-tdep.c This commit fixes two simple typos, one in gdb/symfile.c and the other in gdb/i386-darwin-tdep.c. s/wether/whether/. 2019-10-19 Sergio Durigan Junior * symfile.c (init_entry_point_info): Fix typo. * i386-darwin-tdep.c (darwin_dwarf_signal_frame_p): Fix typo. Change-Id: I1fbb39c32009c61c862b6bd56ce12f24a9edb2c4 --- M gdb/ChangeLog M gdb/i386-darwin-tdep.c M gdb/symfile.c 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ea87d00..c6e516d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2019-10-19 Sergio Durigan Junior + + * symfile.c (init_entry_point_info): Fix typo. + * i386-darwin-tdep.c (darwin_dwarf_signal_frame_p): Fix typo. + 2019-10-18 Tom de Vries * aarch64-tdep.c: Fix typos in comments. diff --git a/gdb/i386-darwin-tdep.c b/gdb/i386-darwin-tdep.c index 22653d3..6522a6f 100644 --- a/gdb/i386-darwin-tdep.c +++ b/gdb/i386-darwin-tdep.c @@ -104,7 +104,7 @@ return i386_sigtramp_p (this_frame); } -/* Check wether TYPE is a 128-bit vector (__m128, __m128d or __m128i). */ +/* Check whether TYPE is a 128-bit vector (__m128, __m128d or __m128i). */ static int i386_m128_p (struct type *type) diff --git a/gdb/symfile.c b/gdb/symfile.c index 82081b1..f74c6de 100644 --- a/gdb/symfile.c +++ b/gdb/symfile.c @@ -908,7 +908,7 @@ corresponding BFD section index, or -1 if the section was not found. ADD_FLAGS encodes verbosity level, whether this is main symbol or - an extra symbol file such as dynamically loaded code, and wether + an extra symbol file such as dynamically loaded code, and whether breakpoint reset should be deferred. */ static void