diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2006-03-28 18:49:10 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2006-03-28 18:49:10 +0000 |
commit | 828bb5749184a33eaa5d83917a06b25e671cbf71 (patch) | |
tree | e2dd4bbc204a3214ad8fd1833d3d5af51964243e /gnu | |
parent | fa1461d07a61f3da5310e37f65996d18a2c00300 (diff) |
perl 5.8.8 import
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/perl/mpeix/mpeix_setjmp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/perl/mpeix/mpeix_setjmp.c b/gnu/usr.bin/perl/mpeix/mpeix_setjmp.c index 491c71664e5..955fe03d155 100644 --- a/gnu/usr.bin/perl/mpeix/mpeix_setjmp.c +++ b/gnu/usr.bin/perl/mpeix/mpeix_setjmp.c @@ -182,7 +182,7 @@ /* * Construct a jump buffer and unconditionally save - * the signal mask. Return a 0 unconditionally. + * the signal mask. Return a 0 unconditinoally. * Care is taken here and in the macros to assume * the __jumpbuf is in %r26 and that the return * value will be in %r28. It is done this way to @@ -275,7 +275,7 @@ void _longjmp(register void *jmpbuf, register int i2) } /* - * Return to the location established in the jmpbuf, + * Return to the location establsihed in the jmpbuf, * and conditionally re-establish the signal mask. */ void siglongjmp(register void *jmpbuf, register int i2) |