Author: paultcochrane
Date: Mon Dec  3 08:21:51 2007
New Revision: 23409

Modified:
   trunk/src/vtables.c

Log:
[core] Correcting typo in function documentation.


Modified: trunk/src/vtables.c
==============================================================================
--- trunk/src/vtables.c (original)
+++ trunk/src/vtables.c Mon Dec  3 08:21:51 2007
@@ -104,7 +104,7 @@
 =item C<void
 parrot_alloc_vtables(PARROT_INTERP)>
 
-TODO: Note yet documented!!!
+TODO: Not yet documented!!!
 
 =cut
 
@@ -125,7 +125,7 @@
 =item C<void
 parrot_realloc_vtables(PARROT_INTERP)>
 
-TODO: Note yet documented!!!
+TODO: Not yet documented!!!
 
 =cut
 
@@ -150,7 +150,7 @@
 =item C<void
 parrot_free_vtables(PARROT_INTERP)>
 
-TODO: Note yet documented!!!
+TODO: Not yet documented!!!
 
 =cut
 
@@ -172,7 +172,7 @@
 =item C<void
 mark_vtables(PARROT_INTERP)>
 
-TODO: Note yet documented!!!
+TODO: Not yet documented!!!
 
 =cut
 

Reply via email to