]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/spirit/home/classic/tree/ast.hpp
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / boost / spirit / home / classic / tree / ast.hpp
index b405d2007e4f09218ebb043b93c52a09f210728c..7fa871d5ce9e2af57879a18278ec9e474d94f3d6 100644 (file)
@@ -87,7 +87,7 @@ struct ast_tree_policy :
         typedef typename tree_match<iterator_t, NodeFactoryT, T>::container_t
             container_t;
 
-        // test for size() is nessecary, because no_tree_gen_node leaves a.trees
+        // test for size() is necessary, because no_tree_gen_node leaves a.trees
         // and/or b.trees empty
         if (0 != b.trees.size() && b.trees.begin()->value.is_root())
         {