Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
p5pRT opened this issue Jan 7, 2011 · 4 comments
Closed

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

p5pRT opened this issue Jan 7, 2011 · 4 comments

Comments

@p5pRT
Copy link

p5pRT commented Jan 7, 2011

Migrated from rt.perl.org#81896 (status was 'resolved')

Searchable as RT81896$

@p5pRT
Copy link
Author

p5pRT commented Jan 7, 2011

From @pjacklam


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

Inline Patch
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

@p5pRT
Copy link
Author

p5pRT commented Jan 7, 2011

From @Abigail

On Thu, Jan 06, 2011 at 11​:13​:09PM -0800, Peter J. Acklam via RT wrote​:

# 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 >

Thanks, applied as 231c54e

@p5pRT
Copy link
Author

p5pRT commented Jan 7, 2011

The RT System itself - Status changed from 'new' to 'open'

@p5pRT
Copy link
Author

p5pRT commented Jan 7, 2011

@iabyn - Status changed from 'open' to 'resolved'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant