summaryrefslogtreecommitdiff
path: root/indra/llmessage/machine.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llmessage/machine.h')
-rw-r--r--indra/llmessage/machine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmessage/machine.h b/indra/llmessage/machine.h
index 07aadd47d2..831503741c 100644
--- a/indra/llmessage/machine.h
+++ b/indra/llmessage/machine.h
@@ -65,7 +65,7 @@ public:
// The control port is the listen port of the parent process that
// launched this machine. 0 means none or not known.
const S32 &getControlPort() const { return mControlPort; }
- BOOL isValid() const { return (mHost.getPort() != 0); } // TRUE if corresponds to functioning machine
+ bool isValid() const { return (mHost.getPort() != 0); } // true if corresponds to functioning machine
// set functions
void setMachineType(EMachineType machine_type) { mMachineType = machine_type; }