summaryrefslogtreecommitdiff
path: root/mpeix
diff options
context:
space:
mode:
authorPeter J. Acklam) (via RT <perlbug-followup@perl.org>2011-01-06 23:13:09 -0800
committerAbigail <abigail@abigail.be>2011-01-07 11:10:27 +0100
commita00faafa3359b919af63c5dc4f58b202c327189d (patch)
tree6206b591178ad3d38d907696fbf040577d6c445e /mpeix
parentb7b1e41b767189c1e8835fba238082ba120976b6 (diff)
downloadperl-a00faafa3359b919af63c5dc4f58b202c327189d.tar.gz
Fix typos (spelling errors) in mpeix/*.
# New Ticket Created by (Peter J. Acklam) # Please include the string: [perl #81896] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81896 > Signed-off-by: Abigail <abigail@abigail.be>
Diffstat (limited to 'mpeix')
-rw-r--r--mpeix/mpeix_setjmp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mpeix/mpeix_setjmp.c b/mpeix/mpeix_setjmp.c
index 955fe03d15..491c71664e 100644
--- a/mpeix/mpeix_setjmp.c
+++ b/mpeix/mpeix_setjmp.c
@@ -182,7 +182,7 @@
/*
* Construct a jump buffer and unconditionally save
- * the signal mask. Return a 0 unconditinoally.
+ * the signal mask. Return a 0 unconditionally.
* 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 establsihed in the jmpbuf,
+ * Return to the location established in the jmpbuf,
* and conditionally re-establish the signal mask.
*/
void siglongjmp(register void *jmpbuf, register int i2)