Commit 1a919c56 by Andreas Tobler Committed by Andreas Tobler

powerpc-signal.h: Fix typo in comment.

2006-03-10  Andreas Tobler  <a.tobler@schweiz.ch>

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

From-SVN: r111944
parent 8aa540d2
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> 2006-03-09 Mark Wielaard <mark@klomp.org>
Imported GNU Classpath 0.90 Imported GNU Classpath 0.90
......
...@@ -22,7 +22,7 @@ details. */ ...@@ -22,7 +22,7 @@ details. */
#define SIGNAL_HANDLER(_name) \ #define SIGNAL_HANDLER(_name) \
static void _name (int /* _signal */, struct sigcontext *_sc) 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 before the faulting instruction, so we don't need to do anything
here. */ here. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment