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
This commit is contained in:
Andreas Tobler 2006-03-10 23:31:15 +01:00 committed by Andreas Tobler
parent 8aa540d2f7
commit 1a919c5632
2 changed files with 5 additions and 1 deletions

View 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

View 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. */