Author: particle
Date: Fri Mar 30 07:20:45 2007
New Revision: 17851

Modified:
   trunk/src/pmc/class.pmc
   trunk/src/pmc/object.pmc
   trunk/src/pmc/role.pmc
   trunk/src/stm/backend.c

Log:
[src]: s/destory/destroy/ in docs

Modified: trunk/src/pmc/class.pmc
==============================================================================
--- trunk/src/pmc/class.pmc     (original)
+++ trunk/src/pmc/class.pmc     Fri Mar 30 07:20:45 2007
@@ -130,7 +130,7 @@
     void init() {
         Parrot_Class *class = NULL;
 
-        /* Custom DOD mark and destory. */
+        /* Custom DOD mark and destroy. */
         PObj_custom_mark_SET(SELF);
         PObj_active_destroy_SET(SELF);
 

Modified: trunk/src/pmc/object.pmc
==============================================================================
--- trunk/src/pmc/object.pmc    (original)
+++ trunk/src/pmc/object.pmc    Fri Mar 30 07:20:45 2007
@@ -42,7 +42,7 @@
     void init_pmc(PMC* class) {
         Parrot_Object *obj = NULL;
 
-        /* Custom DOD mark and destory. */
+        /* Custom DOD mark and destroy. */
         PObj_custom_mark_SET(SELF);
         PObj_active_destroy_SET(SELF);
 
@@ -55,7 +55,7 @@
 
 /*
 
-=item C<void destory()>
+=item C<void destroy()>
 
 Free the object's underlying struct.
 

Modified: trunk/src/pmc/role.pmc
==============================================================================
--- trunk/src/pmc/role.pmc      (original)
+++ trunk/src/pmc/role.pmc      Fri Mar 30 07:20:45 2007
@@ -52,7 +52,7 @@
     void init() {
         Parrot_Role *role = NULL;
 
-        /* Custom DOD mark and destory. */
+        /* Custom DOD mark and destroy. */
         PObj_custom_mark_SET(SELF);
         PObj_active_destroy_SET(SELF);
 

Modified: trunk/src/stm/backend.c
==============================================================================
--- trunk/src/stm/backend.c     (original)
+++ trunk/src/stm/backend.c     Fri Mar 30 07:20:45 2007
@@ -1331,7 +1331,7 @@
 }
 
 /*
-=item C<void Parrot_STM_destory_extracted(Interp *interp, void 
*saved_log_data)>
+=item C<void Parrot_STM_destroy_extracted(Interp *interp, void 
*saved_log_data)>
 
 Free memory associated with an extracted transaction log.
 

Reply via email to