diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-21 07:11:00 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-21 07:11:00 +0000 |
commit | f22444f551ba0fe71cb3979541c3e330a1c83a89 (patch) | |
tree | 77a271abe8daaa93e719ae0c053002520724c872 | |
parent | 065a186345fa61f4426f4c00342c2fe1fc0b8652 (diff) | |
download | perl-f22444f551ba0fe71cb3979541c3e330a1c83a89.tar.gz |
detypo
p4raw-id: //depot/perl@5180
-rw-r--r-- | ext/B/B.xs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/B/B.xs b/ext/B/B.xs index bf38981091..d0ee8e463a 100644 --- a/ext/B/B.xs +++ b/ext/B/B.xs @@ -699,7 +699,7 @@ B::SV SVOP_sv(o) B::SVOP o -B::SV +B::GV SVOP_gv(o) B::SVOP o |