cvs commit: ponie/perl sv.c
[email protected] (Nicholas Clark) 12 Mar 2004 18:08:02 -0000
| Newsgroups | perl.ponie.changes |
|---|---|
| Message-ID | <[email protected]> |
cvsuser 04/03/12 10:08:02
Modified: perl sv.c
Log:
Fix typos
Revision Changes Path
1.17 +3 -3 ponie/perl/sv.c
Index: sv.c
===================================================================
RCS file: /cvs/public/ponie/perl/sv.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -w -r1.16 -r1.17
--- sv.c 10 Mar 2004 23:07:23 -0000 1.16
+++ sv.c 12 Mar 2004 18:08:02 -0000 1.17
@@ -985,7 +985,7 @@
Parrot_Int type = Parrot_PMC_typenum(PL_Parrot, "Perl5XPVHV");
Parrot_PMC hv;
/*
- Instead of giving back a real XPVLV we give bakc a PMC
+ Instead of giving back a real XPVLV we give back a PMC
*/
@@ -1076,7 +1076,7 @@
Parrot_Int type = Parrot_PMC_typenum(PL_Parrot, "Perl5AV");
Parrot_PMC av;
/*
- Instead of giving back a real XPVLV we give bakc a PMC
+ Instead of giving back a real XPVLV we give back a PMC
*/
@@ -1092,7 +1092,7 @@
Parrot_Int type = Parrot_PMC_typenum(PL_Parrot, "Perl5LV");
Parrot_PMC lval;
/*
- Instead of giving back a real XPVLV we give bakc a PMC
+ Instead of giving back a real XPVLV we give back a PMC
*/