From: Sergio Durigan Junior Date: Sat, 19 Oct 2019 04:59:59 +0000 (-0400) Subject: Fix typos in symfile.c and i386-darwin-tdep.c X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f71433ee7f231a2c8c490b468a23c88ca5b33e3a;p=binutils-gdb.git 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 --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ea87d009510..c6e516daf12 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 22653d36606..6522a6fdcac 100644 --- a/gdb/i386-darwin-tdep.c +++ b/gdb/i386-darwin-tdep.c @@ -104,7 +104,7 @@ darwin_dwarf_signal_frame_p (struct gdbarch *gdbarch, 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 82081b16296..f74c6de5962 100644 --- a/gdb/symfile.c +++ b/gdb/symfile.c @@ -908,7 +908,7 @@ init_entry_point_info (struct objfile *objfile) 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