]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/spirit/test/qi/omit.cpp
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / libs / spirit / test / qi / omit.cpp
index eacf112c77be70bddcc06390537f52ec0a29114f..ed75849ecaa462c82d3b6672c060d9503a0f85cb 100644 (file)
@@ -90,7 +90,7 @@ main()
 
     {
         // if only one node in a sequence is left (all the others are omitted),
-        // then we need "naked" attributes (not wraped in a tuple)
+        // then we need "naked" attributes (not wrapped in a tuple)
         int attr;
         BOOST_TEST((test_attr("a 123 c", omit['a'] >> int_ >> omit['c'], attr, space)));
         BOOST_TEST((attr == 123));