powerpc-signal.h: Fix typo in comment.
authorAndreas Tobler <a.tobler@schweiz.ch>
Fri, 10 Mar 2006 22:31:15 +0000 (23:31 +0100)
committerAndreas Tobler <andreast@gcc.gnu.org>
Fri, 10 Mar 2006 22:31:15 +0000 (23:31 +0100)
2006-03-10  Andreas Tobler  <a.tobler@schweiz.ch>

* include/powerpc-signal.h: Fix typo in comment.

From-SVN: r111944

libjava/ChangeLog
libjava/include/powerpc-signal.h

index 2329cc5..b2807ea 100644 (file)
@@ -1,3 +1,7 @@
+2006-03-10  Andreas Tobler  <a.tobler@schweiz.ch>
+
+       * include/powerpc-signal.h: Fix typo in comment.
+
 2006-03-09  Mark Wielaard  <mark@klomp.org>
 
        Imported GNU Classpath 0.90
index 66133e9..9c6ddac 100644 (file)
@@ -22,7 +22,7 @@ details.  */
 #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.  */