diff options
Diffstat (limited to 'indra/llinventory/llparcel.h')
-rw-r--r-- | indra/llinventory/llparcel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llinventory/llparcel.h b/indra/llinventory/llparcel.h index ba85f5cdef..0311a5bbd5 100644 --- a/indra/llinventory/llparcel.h +++ b/indra/llinventory/llparcel.h @@ -343,7 +343,7 @@ public: // time earlier than "now". void expirePasses(S32 now); - // Add to list, suppressing duplicates. Returns TRUE if added. + // Add to list, suppressing duplicates. Returns true if added. bool addToAccessList(const LLUUID& agent_id, S32 time); bool addToBanList(const LLUUID& agent_id, S32 time); bool removeFromAccessList(const LLUUID& agent_id); @@ -419,7 +419,7 @@ public: // dealing with sales and parcel conversion. // - // the isSaleTimerExpired will trivially return FALSE if there is + // the isSaleTimerExpired will trivially return false if there is // no sale going on. Pass in the current time in usec which will // be used for comparison. bool isSaleTimerExpired(const U64& time); |