Author: chromatic
Date: Tue Mar 27 11:14:47 2007
New Revision: 17790
Modified:
trunk/src/headers.c
Log:
Minor typo fixes.
Modified: trunk/src/headers.c
==============================================================================
--- trunk/src/headers.c (original)
+++ trunk/src/headers.c Tue Mar 27 11:14:47 2007
@@ -755,7 +755,7 @@
Parrot_merge_header_pools(Interp *dest_interp, Interp *source_interp)>
Merge the header pools of C<source_interp> into those of C<dest_interp>.
-(Used to deal with shared objects left after interpreter destruction.
+(Used to deal with shared objects left after interpreter destruction.)
=cut
*/
@@ -773,7 +773,7 @@
for (i = nm = 0; i < cur_arena->used; i++) {
if (PObj_on_free_list_TEST(b))
- ; /* if its on free list, do nothing */
+ ; /* if it's on free list, do nothing */
else {
if (PObj_is_PMC_TEST(b)) {
PMC *p = (PMC *)b;