summaryrefslogtreecommitdiff
path: root/boost/lambda/if.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/lambda/if.hpp')
-rw-r--r--boost/lambda/if.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/lambda/if.hpp b/boost/lambda/if.hpp
index 9ee915c0ef..08f45f984a 100644
--- a/boost/lambda/if.hpp
+++ b/boost/lambda/if.hpp
@@ -345,7 +345,7 @@ public:
// is true, the true_statement (again an lambda_functor) is executed
// otherwise, the false_statement (another lambda_functor) is executed. The
// result type of this is void. Note the trailing underscore after
-// if_ and the the leading dot and the trailing underscore before
+// if_ and the leading dot and the trailing underscore before
// and after .else_.
//
///////////////////////////////////////////////////////////////////////////////