summaryrefslogtreecommitdiff
path: root/sv.c
diff options
context:
space:
mode:
authorcoral@eekeek.org <coral@eekeek.org>2001-12-08 07:19:39 -0500
committerJarkko Hietaniemi <jhi@iki.fi>2001-12-08 17:37:53 +0000
commitbb03859b049b7b807d426d1bd683c2581f25caaf (patch)
tree6f6df6c5a238bdbf5fc3619fd2a2df1d78cf820b /sv.c
parentb6345914e6a5bcc0fcf2c030fb88a31b5c80a120 (diff)
downloadperl-bb03859b049b7b807d426d1bd683c2581f25caaf.tar.gz
Fix odd language in an sv.c comment
Message-Id: <200112081719.fB8HJdZ14747@eekeek.org> p4raw-id: //depot/perl@13536
Diffstat (limited to 'sv.c')
-rw-r--r--sv.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sv.c b/sv.c
index 2f0875cb8d..6a14f60c69 100644
--- a/sv.c
+++ b/sv.c
@@ -4456,9 +4456,9 @@ Perl_sv_magic(pTHX_ register SV *sv, SV *obj, int how, const char *name, I32 nam
SvMAGIC(sv) = mg;
/* Some magic sontains a reference loop, where the sv and object refer to
- each other. To prevent a avoid a reference loop that would prevent such
- objects being freed, we look for such loops and if we find one we avoid
- incrementing the object refcount. */
+ each other. To prevent a reference loop that would prevent such
+ objects being freed, we look for such loops and if we find one we
+ avoid incrementing the object refcount. */
if (!obj || obj == sv ||
how == PERL_MAGIC_arylen ||
how == PERL_MAGIC_qr ||