summaryrefslogtreecommitdiff
path: root/universal.c
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-11-19 11:59:54 -0800
committerFather Chrysostomos <sprout@cpan.org>2011-11-19 16:14:54 -0800
commitbff39573562e101c39f6ab6a778099c6e73860fd (patch)
tree783a95e2fe42be33bd6abb488b1b68f1b7501ea1 /universal.c
parent46267efc8cfa5d3c948d3c24f32226c552751113 (diff)
downloadperl-bff39573562e101c39f6ab6a778099c6e73860fd.tar.gz
Remove comment added by mistake in c7abbf64
Diffstat (limited to 'universal.c')
-rw-r--r--universal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/universal.c b/universal.c
index 6ea0e29cb1..b62a92370b 100644
--- a/universal.c
+++ b/universal.c
@@ -154,7 +154,7 @@ Perl_sv_derived_from_pvn(pTHX_ SV *sv, const char *const name, const STRLEN len,
SvGETMAGIC(sv);
- if (SvROK(sv)) { /* hugdo: */
+ if (SvROK(sv)) {
const char *type;
sv = SvRV(sv);
type = sv_reftype(sv,0);