]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/spirit/home/classic/tree/parse_tree_utils.hpp
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / boost / spirit / home / classic / tree / parse_tree_utils.hpp
index b9e52e3a2dd4863e3c0ea0f594a097c419861a8f..50bf9b91c40026f3e60dc63c4be1e78254b44074 100644 (file)
@@ -7,8 +7,8 @@
   file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 =============================================================================*/
 
-#if !defined(PARSE_TREE_UTILS_HPP)
-#define PARSE_TREE_UTILS_HPP
+#ifndef BOOST_SPIRIT_CLASSIC_TREE_PARSE_TREE_UTILS_HPP
+#define BOOST_SPIRIT_CLASSIC_TREE_PARSE_TREE_UTILS_HPP
 
 #include <utility>                          // for std::pair
 
@@ -44,7 +44,7 @@ find_node (tree_node<T> const &node, parser_id node_to_search,
 ///////////////////////////////////////////////////////////////////////////////
 //
 //  The function 'get_node_range' return a pair of iterators pointing at the
-//  range, which containes the elements of a specified node. It's very useful
+//  range, which contains the elements of a specified node. It's very useful
 //  for locating all information related with a specified node.
 //
 ///////////////////////////////////////////////////////////////////////////////
@@ -61,4 +61,4 @@ BOOST_SPIRIT_CLASSIC_NAMESPACE_END
 
 #include <boost/spirit/home/classic/tree/impl/parse_tree_utils.ipp>
 
-#endif // !defined(PARSE_TREE_UTILS_HPP)
+#endif