This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Sync change 25229 to .h source files
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Thu, 28 Jul 2005 09:07:57 +0000 (09:07 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Thu, 28 Jul 2005 09:07:57 +0000 (09:07 +0000)
p4raw-id: //depot/perl@25233

cv.h
pad.h

diff --git a/cv.h b/cv.h
index 799f8d4..ada2e4d 100644 (file)
--- a/cv.h
+++ b/cv.h
@@ -170,7 +170,7 @@ C<CvWEAKOUTSIDE> flag in the child. This allows us to determine under what
 circumstances we should decrement the refcount of the parent when freeing
 the child.
 
-There is a further complication with non-closure anonymous subs (ie those
+There is a further complication with non-closure anonymous subs (i.e. those
 that do not refer to any lexicals outside that sub). In this case, the
 anonymous prototype is shared rather than being cloned. This has the
 consequence that the parent may be freed while there are still active
diff --git a/pad.h b/pad.h
index ce53b3b..f746eae 100644 (file)
--- a/pad.h
+++ b/pad.h
@@ -77,7 +77,7 @@ Save a pad slot (used to restore after an iteration)
 
 XXX DAPM it would make more sense to make the arg a PADOFFSET
 =for apidoc m|void|SAVECLEARSV |SV **svp
-Clear the pointed to pad value on scope exit. (ie the runtime action of 'my')
+Clear the pointed to pad value on scope exit. (i.e. the runtime action of 'my')
 
 =for apidoc m|void|SAVECOMPPAD
 save PL_comppad and PL_curpad