diff options
Diffstat (limited to 'indra/llmessage/llcachename.h')
-rw-r--r-- | indra/llmessage/llcachename.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llmessage/llcachename.h b/indra/llmessage/llcachename.h index d4c18d4d4c..8091248151 100644 --- a/indra/llmessage/llcachename.h +++ b/indra/llmessage/llcachename.h @@ -70,7 +70,7 @@ public: // If available, copies name ("bobsmith123" or "James Linden") into string // If not available, copies the string "waiting". - // Returns TRUE iff available. + // Returns true if available. bool getFullName(const LLUUID& id, std::string& full_name); // Reverse lookup of UUID from name @@ -99,7 +99,7 @@ public: // If available, this method copies the group name into the string // provided. The caller must allocate at least // DB_GROUP_NAME_BUF_SIZE characters. If not available, this - // method copies the string "waiting". Returns TRUE iff available. + // method copies the string "waiting". Returns true if available. bool getGroupName(const LLUUID& id, std::string& group); // Call the callback with the group or avatar name. |