cvsuser 05/01/05 13:29:46
Modified: classes hash.pmc
Log:
Fix typos
Revision Changes Path
1.4 +8 -8 parrot/classes/hash.pmc
Index: hash.pmc
===================================================================
RCS file: /cvs/public/parrot/classes/hash.pmc,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- hash.pmc 2 Jan 2005 11:34:48 -0000 1.3
+++ hash.pmc 5 Jan 2005 21:29:46 -0000 1.4
@@ -1,6 +1,6 @@
/*
Copyright: 2001-2004 The Perl Foundation. All Rights Reserved.
-$Id: hash.pmc,v 1.3 2005/01/02 11:34:48 leo Exp $
+$Id: hash.pmc,v 1.4 2005/01/05 21:29:46 scog Exp $
=head1 NAME
@@ -28,7 +28,7 @@
Lookup the PMC type which is used for storing native integers.
-TODO: PMCs extending Hash should propably register themselves.
+TODO: PMCs extending Hash should probably register themselves.
=cut
@@ -48,10 +48,10 @@
=item C<static PMC * get_none_pmc(Interp* interpreter, INTVAL base_type )>
-As the PerlUndef and the None PMC are singletons, it is propably
-cheap to call pmc_new.
+As C<PerlUndef> and C<None> are singleton PMCs, it is probably
+cheap to call C<pmc_new>.
-TODO: PMCs extending Hash should propably register themselves.
+TODO: PMCs extending Hash should probably register themselves.
=cut
@@ -73,7 +73,7 @@
Lookup the PMC type which is used for floating point numbers.
-TODO: PMCs extending Hash should propably register themselves.
+TODO: PMCs extending Hash should probably register themselves.
=cut
@@ -95,7 +95,7 @@
Lookup the PMC type which is used for storing strings.
-TODO: PMCs extending Hash should propably register themselves.
+TODO: PMCs extending Hash should probably register themselves.
=cut
@@ -143,7 +143,7 @@
=item C<void class_init()>
Class initialization. Allocates the memory for the hash.
-Set up some global variables.
+Sets up some global variables.
=cut