K 10 svn:author V 3 jhb K 8 svn:date V 27 2001-09-21T19:26:57.000000Z K 7 svn:log V 311 Remove a bogus comment. "atomic" doesn't mean that the operation is done as a physical atomic operation. That would require the code to use the atomic API, which it does not. Instead, the operation is made psuedo atomic (hence the quotes) by use of the lock to protect clearing all of the flags in question. END