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 2329cc5d118d25c44a2b89e38f0cb587a312391d..b2807eaeed13b28cd721e53ae8dd4056b3d42fc2 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 66133e96d0e9aca19607e9e4aa9bdc86980c9263..9c6ddac3700b782bbdf5c1c234fec4ffd05aa17d 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.  */