summaryrefslogtreecommitdiffstats
path: root/generic/tclOO.c
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2017-11-30 17:29:55 (GMT)
committerdgp <dgp@users.sourceforge.net>2017-11-30 17:29:55 (GMT)
commit9d4d161834c56aad6788b74797f34662f2e7947d (patch)
treed480a941c55cd530d66408ec9ab061e937a0f8bd /generic/tclOO.c
parent111f52def6bc461507b0127a09525fee098310cd (diff)
parentdb726dc570738b047f110645527b804c3b59d28e (diff)
downloadtcl-9d4d161834c56aad6788b74797f34662f2e7947d.zip
tcl-9d4d161834c56aad6788b74797f34662f2e7947d.tar.gz
tcl-9d4d161834c56aad6788b74797f34662f2e7947d.tar.bz2
merge 8.7
Diffstat (limited to 'generic/tclOO.c')
-rw-r--r--generic/tclOO.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/generic/tclOO.c b/generic/tclOO.c
index 5404abc..84380e0 100644
--- a/generic/tclOO.c
+++ b/generic/tclOO.c
@@ -1091,8 +1091,8 @@ ReleaseClassContents(
}
/* Tell oPtr that it's class is gone so that it doesn't try to remove
- * itself from it's classe's list of instances
- */
+ * itself from it's classe's list of instances
+ */
oPtr->flags |= CLASS_GONE;
DelRef(clsPtr);
@@ -1247,7 +1247,7 @@ ObjectNamespaceDeleted(
/*
* Because an object can be a class that is an instance of itself, the
* A class object's class structure should only be cleaned after most of
- * the cleanup on the object is done.
+ * the cleanup on the object is done.
*/