summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2006-03-28 18:49:10 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2006-03-28 18:49:10 +0000
commit828bb5749184a33eaa5d83917a06b25e671cbf71 (patch)
treee2dd4bbc204a3214ad8fd1833d3d5af51964243e /gnu
parentfa1461d07a61f3da5310e37f65996d18a2c00300 (diff)
perl 5.8.8 import
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/perl/mpeix/mpeix_setjmp.c4
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)