Author: nicholas Date: Sat Mar 11 15:37:01 2006 New Revision: 11871 Modified: trunk/languages/pugs/pmc/pugsbit.pmc trunk/languages/pugs/pmc/pugsbool.pmc
Log: Fix obvious cut&paste errors in the new PUGs PMC comments to something close to the truth. Modified: trunk/languages/pugs/pmc/pugsbit.pmc ============================================================================== --- trunk/languages/pugs/pmc/pugsbit.pmc (original) +++ trunk/languages/pugs/pmc/pugsbit.pmc Sat Mar 11 15:37:01 2006 @@ -8,7 +8,7 @@ =head1 DESCRIPTION -C<PugsInt> extends C<Bit> to provide a Perl 6 biteger. +C<PugsBit> extends C<Bit> to provide a Perl 6 bit. =head2 Methods Modified: trunk/languages/pugs/pmc/pugsbool.pmc ============================================================================== --- trunk/languages/pugs/pmc/pugsbool.pmc (original) +++ trunk/languages/pugs/pmc/pugsbool.pmc Sat Mar 11 15:37:01 2006 @@ -4,11 +4,11 @@ =head1 NAME -src/pmc/perlbit.pmc - Perl Bit +src/pmc/perlbool.pmc - Perl Bool =head1 DESCRIPTION -C<PugsInt> extends C<Bit> to provide a Perl 6 biteger. +C<PugsBool> extends C<Boolean> to provide a Perl 6 boolean. =head2 Methods
