diff options
Diffstat (limited to 'indra/llmessage/message.cpp')
-rw-r--r-- | indra/llmessage/message.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/indra/llmessage/message.cpp b/indra/llmessage/message.cpp index 91a1250857..0d7810a659 100644 --- a/indra/llmessage/message.cpp +++ b/indra/llmessage/message.cpp @@ -481,7 +481,7 @@ LLCircuitData* LLMessageSystem::findCircuit(const LLHost& host, return cdp; } -// Returns TRUE if a valid, on-circuit message has been received. +// Returns true if a valid, on-circuit message has been received. // Requiring a non-const LockMessageChecker reference ensures that // mMessageReader has been set to mTemplateMessageReader. bool LLMessageSystem::checkMessages(LockMessageChecker&, S64 frame_count ) @@ -959,7 +959,7 @@ bool LLMessageSystem::isSendFullFast(const char* blockname) } -// blow away the last block of a message, return FALSE if that leaves no blocks or there wasn't a block to remove +// blow away the last block of a message, return false if that leaves no blocks or there wasn't a block to remove // TODO: Babbage: Remove this horror. bool LLMessageSystem::removeLastBlock() { @@ -1513,8 +1513,8 @@ bool LLMessageSystem::getCircuitTrust(const LLHost &host) return false; } -// Activate a circuit, and set its trust level (TRUE if trusted, -// FALSE if not). +// Activate a circuit, and set its trust level (true if trusted, +// false if not). void LLMessageSystem::enableCircuit(const LLHost &host, bool trusted) { LLCircuitData *cdp = mCircuitInfo.findCircuit(host); |