cvsuser 04/02/25 16:05:22
Modified: src objects.c Log: Fix typo Revision Changes Path 1.44 +2 -2 parrot/src/objects.c Index: objects.c =================================================================== RCS file: /cvs/public/parrot/src/objects.c,v retrieving revision 1.43 retrieving revision 1.44 diff -u -w -r1.43 -r1.44 --- objects.c 25 Feb 2004 23:49:58 -0000 1.43 +++ objects.c 26 Feb 2004 00:05:21 -0000 1.44 @@ -1,6 +1,6 @@ /* Copyright: 2001-2003 The Perl Foundation. All Rights Reserved. -$Id: objects.c,v 1.43 2004/02/25 23:49:58 dan Exp $ +$Id: objects.c,v 1.44 2004/02/26 00:05:21 scog Exp $ =head1 NAME @@ -598,7 +598,7 @@ =item C<INTVAL Parrot_object_isa(Parrot_Interp interpreter, PMC *pmc, PMC *cl)> -Return whether the object C<pmc> is an instance of class Ccl>. +Return whether the object C<pmc> is an instance of class C<cl>. =cut
