develooper Front page | perl.perl5.porters | Postings from January 2011

[perl #81896] [PATCH] Fix typos (spelling errors) in mpeix/*.

Thread Next
From:
perlbug-followup
Date:
January 7, 2011 01:57
Subject:
[perl #81896] [PATCH] Fix typos (spelling errors) in mpeix/*.
Message ID:
rt-3.6.HEAD-5425-1294384389-916.81896-75-0@perl.org
# 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 >


---
 mpeix/mpeix_setjmp.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/mpeix/mpeix_setjmp.c b/mpeix/mpeix_setjmp.c
index 955fe03..491c716 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)
-- 
1.7.3.3


Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About