Index: boost/lambda/loops.hpp =================================================================== --- boost/lambda/loops.hpp (revision 81196) +++ boost/lambda/loops.hpp (working copy) @@ -348,7 +348,7 @@ // While the condition (an lambda_functor) evaluates to true, statement // (another lambda_functor) is executed. The statement is executed at least // once. The result type of this is void. Note the trailing -// underscore after do_ and the the leading dot and the trailing +// underscore after do_ and the leading dot and the trailing // underscore before and after .while_. // /////////////////////////////////////////////////////////////////////////////// Index: boost/lambda/if.hpp =================================================================== --- boost/lambda/if.hpp (revision 81196) +++ boost/lambda/if.hpp (working copy) @@ -345,7 +345,7 @@ // 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_. // ///////////////////////////////////////////////////////////////////////////////