Fix typos in symfile.c and i386-darwin-tdep.c
authorSergio Durigan Junior <sergiodj@redhat.com>
Sat, 19 Oct 2019 04:59:59 +0000 (00:59 -0400)
committerSergio Durigan Junior <sergiodj@redhat.com>
Sat, 19 Oct 2019 05:10:09 +0000 (01:10 -0400)
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

gdb/ChangeLog
gdb/i386-darwin-tdep.c
gdb/symfile.c

index ea87d009510ee097af348e5e834817654f8a6d3c..c6e516daf120575febe7a222a7ab5d7d6b791e44 100644 (file)
@@ -1,3 +1,8 @@
+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.
+
 2019-10-18  Tom de Vries  <tdevries@suse.de>
 
        * aarch64-tdep.c: Fix typos in comments.
index 22653d366068da8e5b4a4ea44727e16471625139..6522a6fdcaca299281e535450888c068517cdb38 100644 (file)
@@ -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)
index 82081b162968a1acd657eaf38dff990cdfc22655..f74c6de5962536c41d90bd5a5adc8223e31e9702 100644 (file)
@@ -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
This page took 0.036721 seconds and 4 git commands to generate.