Quora has the answer already?
Even Stackoverflow-<a href="http://stackoverflow.com/questions/184618/what-is-the-best-comment-in-source-code-you-have-ever-encountered" rel="nofollow">http://stackoverflow.com/questions/184618/what-is-the-best-c...</a>
It was a self-commenting C++ friend function named "ifyouusethisfunctioniwillstrangleyoumyself", written by our extremely talented team leader.
There were a couple of times it was necessary to call this function; the name was there merely to make people think about whether they REALLY needed to call it. Discovering the function itself meant people had already identified some need in their code for it.
So - no actual comment, but a very wonderful piece of code that make people think, and prompted many discussions about the correctness of what they were attempting.
Customer(The.Bastard)<p>Found in GoldMine code in 2000 beta testing. Changed shortly after.<p>EDIT: Not actually a comment, it was a variable named Customer with a property (The.Bastard).