No bug - Fix comment in nsTHashtable.h so it no longer mentions PR_TRUE/PR_FALSE. r=me DONTBUILD

This commit is contained in:
Justin Lebar 2013-08-15 16:33:54 -07:00
parent 8ee812c1c4
commit 2b9a5bcbda

View File

@ -63,7 +63,7 @@ PL_DHashStubEnumRemove(PLDHashTable *table,
*
* // ALLOW_MEMMOVE can we move this class with memmove(), or do we have
* // to use the copy constructor?
* enum { ALLOW_MEMMOVE = PR_(TRUE or FALSE) };
* enum { ALLOW_MEMMOVE = true/false };
* }</pre>
*
* @see nsInterfaceHashtable