]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/spirit/home/classic/dynamic/if.hpp
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / boost / spirit / home / classic / dynamic / if.hpp
index b7fbb7712013d2195abf62bb08fbfb70b2d018ae..9427a3714d264fc7868338eed6e6cce6e2858955 100644 (file)
@@ -133,7 +133,7 @@ BOOST_SPIRIT_CLASSIC_NAMESPACE_BEGIN
 
     //////////////////////////////////
     // if-parser, conditionally runs a parser is a functor condition is true.
-    // If the condition is fales, it fails the parse.
+    // If the condition is false, it fails the parse.
     // It can optionally become an if-else-parser through the member else_p.
     template <typename ParsableT, typename CondT>
     struct if_parser