summaryrefslogtreecommitdiff
path: root/mg.c
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2014-02-18 09:19:46 -0700
committerKarl Williamson <public@khwilliamson.com>2014-02-18 09:24:22 -0700
commit1c604e7c7f7b510f20ef069f870edef1578207fe (patch)
tree429ce49a6af1bcb93f72f265080b6949fb9656d9 /mg.c
parent5a33c1159d9cfb778802024f1f7da507e22f8699 (diff)
downloadperl-1c604e7c7f7b510f20ef069f870edef1578207fe.tar.gz
Fix pod errors
Diffstat (limited to 'mg.c')
-rw-r--r--mg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mg.c b/mg.c
index c9bded4e0b..380e9ccb83 100644
--- a/mg.c
+++ b/mg.c
@@ -2769,7 +2769,7 @@ Perl_magic_set(pTHX_ SV *sv, MAGIC *mg)
);
}
} else {
- /* diag_listed_as: Setting $/ to %s reference is forbidden */
+ /* diag_listed_as: Setting $/ to a %s reference is forbidden */
Perl_croak(aTHX_ "Setting $/ to a%s %s reference is forbidden",
*reftype == 'A' ? "n" : "", reftype);
}