]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/bimap/relation/support/pair_by.hpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / boost / bimap / relation / support / pair_by.hpp
index 7b8226d30246c74c1eb119695371d788dc292f63..e1bfc7906bd196b9df529f7c8e7407571a635562 100644 (file)
@@ -54,13 +54,13 @@ namespace support {
 
 
 // Since it is very error-prone to directly write the hole bunch
-// of relation accesor. They are buil from litle macro blocks that
+// of relation accesor. They are built from little macro blocks that
 // are both more readable, leading to self docummenting code and a
-// lot more easier to understand and mantain.
+// lot more easier to understand and maintain.
 // It is very important to note that the three building blocks have
 // to laid in the same namespace in order to work. There is also
 // important to keep them in order.
-// The forward declaration are not necesary but they help a lot to
+// The forward declaration are not necessary but they help a lot to
 // the reader, as they undercover what is the signature of the
 // result code.
 // In the end, it is not quicker to do it in this way because you