Index: library/xotcl/library/comm/PCache.xotcl =================================================================== diff -u -N -r073177c8b1304443107efeeb0c334e9477346778 -rf10f6e087eba19df21585a1776e095862306855d --- library/xotcl/library/comm/PCache.xotcl (.../PCache.xotcl) (revision 073177c8b1304443107efeeb0c334e9477346778) +++ library/xotcl/library/comm/PCache.xotcl (.../PCache.xotcl) (revision f10f6e087eba19df21585a1776e095862306855d) @@ -232,8 +232,7 @@ Object instproc allInstances {} { - # Diese Methode ermittelt rekursiv alle direkten und indirekten - # Instanzen einer Klasse + # Compute recursively all instances of a class. ::set inst [my info instances] foreach s [my info subclass] { foreach i [$s allInstances] { ::lappend inst $i }