summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Moss <moss@lindenlab.com>2009-06-22 12:03:54 +0000
committerAdam Moss <moss@lindenlab.com>2009-06-22 12:03:54 +0000
commit844ce9bf885bcc88caa8620cf729061672af3b37 (patch)
treed9acb36a884ca3d1250ced76413a9433a5f7acc5
parent401d51231fca5e97a4327d38aa4daf2475d22bbb (diff)
trivial comment fixes for typos that were bugging me...
-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
{