This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
[patch] typo committed
- From: Andreas Tobler <toa at pop dot agri dot ch>
- To: Java Patches <java-patches at gcc dot gnu dot org>
- Date: Fri, 10 Mar 2006 23:30:35 +0100
- Subject: [patch] typo committed
Hi,
I commited this typo fix to trunk.
Andreas
2006-03-10 Andreas Tobler <a.tobler@schweiz.ch>
* include/powerpc-signal.h: Fix typo in comment.
Index: include/powerpc-signal.h
===================================================================
--- include/powerpc-signal.h (revision 111942)
+++ include/powerpc-signal.h (working copy)
@@ -22,7 +22,7 @@
#define SIGNAL_HANDLER(_name) \
static void _name (int /* _signal */, struct sigcontext *_sc)
-/* MD_FALBACK_FRAME_STATE_FOR takes care of special casing PC
+/* MD_FALLBACK_FRAME_STATE_FOR takes care of special casing PC
before the faulting instruction, so we don't need to do anything
here. */