This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[LTO] PATCH: fix typo in dwarf2out.c


A simple fix for a problem identified in a PR by Rainer Orth. Committed.

Ben

2009-07-13  Ben Elliston  <bje@au.ibm.com>

	* dwarf2out.c (dwarf2out_begin_prologue): Fix "dirrective" typo.

Index: dwarf2out.c
===================================================================
--- dwarf2out.c	(revision 149537)
+++ dwarf2out.c	(working copy)
@@ -3723,7 +3723,7 @@ dwarf2out_begin_prologue (unsigned int l
         current_unit_personality = personality;
       else
 	sorry ("Multiple EH personalities are supported only with assemblers "
-	       "supporting .cfi.personality dirrective.");
+	       "supporting .cfi.personality directive.");
     }
 }
 



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]