This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[LTO] PATCH: fix typo in dwarf2out.c
- From: Ben Elliston <bje at au1 dot ibm dot com>
- To: gcc-patches at gcc dot gnu dot org
- Cc: ro at gcc dot gnu dot org
- Date: Mon, 13 Jul 2009 11:47:32 +1000
- Subject: [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.");
}
}