summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--indra/llcommon/llboost.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llboost.h b/indra/llcommon/llboost.h
index f4bfc2bfa2..c2bde3a097 100644
--- a/indra/llcommon/llboost.h
+++ b/indra/llcommon/llboost.h
@@ -46,7 +46,7 @@
*/
typedef boost::tokenizer<boost::char_separator<char> > boost_tokenizer;
-// Useful combiner for boost signals that retturn a vool (e.g. validation)
+// Useful combiner for boost signals that return a bool (e.g. validation)
// returns false if any of the callbacks return false
struct boost_boolean_combiner
{