Index: generic/nsf.c =================================================================== diff -u -r2152f4606b7c4e81fd18018c7c43bf29961a9d1b -rb4b2285bf36cf9e47ccbbf83d0936818b3068f17 --- generic/nsf.c (.../nsf.c) (revision 2152f4606b7c4e81fd18018c7c43bf29961a9d1b) +++ generic/nsf.c (.../nsf.c) (revision b4b2285bf36cf9e47ccbbf83d0936818b3068f17) @@ -23237,10 +23237,10 @@ NsfObject *object = (NsfObject *)entry->clorobj; /* - * The list if the instances should contain only alive objects, and non - * of these are duplicates. We would recognize duplicates since a - * deletion of one object would trigger the CMD_IS_DELETED flag of the cmdPtr - * of the duplicate. + * The list of the instances should contain only alive objects, without + * duplicates. We would recognize duplicates since a deletion of one + * object would trigger the CMD_IS_DELETED flag of the cmdPtr of the + * duplicate. */ assert((Tcl_Command_flags(entry->cmdPtr) & CMD_IS_DELETED) == 0);