From: Nicholas Clark Date: Sat, 14 Oct 2006 14:32:28 +0000 (+0000) Subject: Fix typo. X-Git-Tag: accepted/trunk/20130322.191538~16863 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cbdea781db8a630498ba5a41c6a3d8f7af141072;p=platform%2Fupstream%2Fperl.git Fix typo. p4raw-id: //depot/perl@29012 --- diff --git a/Changes b/Changes index bca15bb..4d48515 100644 --- a/Changes +++ b/Changes @@ -26650,7 +26650,7 @@ ____________________________________________________________________________ at the same PL_curstackinfo level. This fails in the case of SPLICE(), which pushes a new SETJMP and runops level, but not a new stackinfo level. There may be other code which does similar. - The solution is to store the current calue of PL_top_env in each + The solution is to store the current value of PL_top_env in each pushed CxEVAL, and see if it's still the same as PL_top_env when the exception is handled. Branch: perl