]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/spirit/home/classic/phoenix/closures.hpp
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / boost / spirit / home / classic / phoenix / closures.hpp
index f833b4ef597a4a3357424cb97cbc85f3ad087a9c..e93e5c5e988146525b4ac0205cc0a9f6df964db1 100644 (file)
@@ -6,8 +6,8 @@
   Distributed under the Boost Software License, Version 1.0. (See accompanying
   file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 ==============================================================================*/
-#ifndef CLASSIC_PHOENIX_CLOSURES_HPP
-#define CLASSIC_PHOENIX_CLOSURES_HPP
+#ifndef BOOST_SPIRIT_CLASSIC_PHOENIX_CLOSURES_HPP
+#define BOOST_SPIRIT_CLASSIC_PHOENIX_CLOSURES_HPP
 
 ///////////////////////////////////////////////////////////////////////////////
 #include <boost/spirit/home/classic/phoenix/actor.hpp>
@@ -119,7 +119,7 @@ namespace phoenix {
 //      where 'clos' is an instance of our closure 'my_closure' above.
 //      Take note that the usage above precludes locally declared
 //      classes. If my_closure is a locally declared type, we can still
-//      use its self_type as a paramater to closure_frame:
+//      use its self_type as a parameter to closure_frame:
 //
 //          closure_frame<my_closure::self_type> frame(clos);
 //