X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=boost%2Fspirit%2Fhome%2Fclassic%2Futility%2Fgrammar_def.hpp;h=bc9b11f993e3beec67e603e170a5cf6355c53068;hb=08c1e93fa36a49f49325a07fe91ff92c964c2b6c;hp=6ddfcab6473830465f3c11546e8fb1714f8165d0;hpb=bb4dd8289b351fae6b55e303f189127a394a1edd;p=platform%2Fupstream%2Fboost.git diff --git a/boost/spirit/home/classic/utility/grammar_def.hpp b/boost/spirit/home/classic/utility/grammar_def.hpp index 6ddfcab..bc9b11f 100644 --- a/boost/spirit/home/classic/utility/grammar_def.hpp +++ b/boost/spirit/home/classic/utility/grammar_def.hpp @@ -26,7 +26,7 @@ /////////////////////////////////////////////////////////////////////////////// // // Spirit predefined maximum grammar start parser limit. This limit defines -// the maximum number of of possible different parsers exposed from a +// the maximum number of possible different parsers exposed from a // particular grammar. This number defaults to 3. // The actual maximum is rounded up in multiples of 3. Thus, if this value // is 4, the actual limit is 6. The ultimate maximum limit in this