summaryrefslogtreecommitdiff
path: root/boost/spirit/home/classic/phoenix/statements.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/spirit/home/classic/phoenix/statements.hpp')
-rw-r--r--boost/spirit/home/classic/phoenix/statements.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/spirit/home/classic/phoenix/statements.hpp b/boost/spirit/home/classic/phoenix/statements.hpp
index 7726a99d4b..dd62cb2ebb 100644
--- a/boost/spirit/home/classic/phoenix/statements.hpp
+++ b/boost/spirit/home/classic/phoenix/statements.hpp
@@ -285,7 +285,7 @@ while_(CondT const& cond)
// While the condition (an actor) evaluates to true, statement
// (another actor) 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_.
//
///////////////////////////////////////////////////////////////////////////////