aboutsummaryrefslogtreecommitdiff
path: root/gdb/i386-darwin-tdep.c
diff options
context:
space:
mode:
authorSergio Durigan Junior <sergiodj@redhat.com>2019-10-19 00:59:59 -0400
committerSergio Durigan Junior <sergiodj@redhat.com>2019-10-19 01:10:09 -0400
commitf71433ee7f231a2c8c490b468a23c88ca5b33e3a (patch)
tree73190f10309e98c00d364877e594fbbe8a3c2439 /gdb/i386-darwin-tdep.c
parent5a023697e197d3aa7af387c683c0ae65cda05088 (diff)
downloadgdb-f71433ee7f231a2c8c490b468a23c88ca5b33e3a.zip
gdb-f71433ee7f231a2c8c490b468a23c88ca5b33e3a.tar.gz
gdb-f71433ee7f231a2c8c490b468a23c88ca5b33e3a.tar.bz2
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 <sergiodj@redhat.com> * symfile.c (init_entry_point_info): Fix typo. * i386-darwin-tdep.c (darwin_dwarf_signal_frame_p): Fix typo. Change-Id: I1fbb39c32009c61c862b6bd56ce12f24a9edb2c4
Diffstat (limited to 'gdb/i386-darwin-tdep.c')
-rw-r--r--gdb/i386-darwin-tdep.c2
1 files changed, 1 insertions, 1 deletions
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 @@ 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)