summaryrefslogtreecommitdiff
path: root/dump.c
diff options
context:
space:
mode:
Diffstat (limited to 'dump.c')
-rw-r--r--dump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dump.c b/dump.c
index c32807c24b..11737dc159 100644
--- a/dump.c
+++ b/dump.c
@@ -2741,7 +2741,7 @@ Perl_sv_xmlpeek(pTHX_ SV *sv)
case SVt_PVGV:
sv_catpv(t, " GV=\"");
break;
- case SVt_BIND:
+ case SVt_VIEW:
sv_catpv(t, " BIND=\"");
break;
case SVt_REGEXP: