]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/spirit/home/classic/actor.hpp
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / boost / spirit / home / classic / actor.hpp
index 706099414de100e41e682af56bd5cfd85343b4e0..b6edad46ba38d7c48a61319255b59867e198f246 100644 (file)
@@ -26,7 +26,7 @@
 //  for phrase parsers. Actors should implement at least one of the two ()
 //  operator.
 //
-//  Actor instances are not created direcly since they usually involve a
+//  Actor instances are not created directly since they usually involve a
 //  number of template parameters. Instead generator functions ("helper
 //  functions") are provided to generate actors according to their arguments.
 //  All helper functions have the "_a" suffix. For example, append_actor is