]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/tools/build/src/tools/cast.jam
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / tools / build / src / tools / cast.jam
index 41b0ac338e4da5bfcaa1fd0c3378bfeed3434497..77a7710ddc7501179d415bda40af8d2f18adb848 100644 (file)
@@ -11,7 +11,7 @@
 #
 #    exe main : main.cpp [ cast _ moccable-cpp : widget.cpp ] ;
 #
-# Boost.Build will assign target type CPP to both main.cpp and widget.cpp. Then,
+# B2 will assign target type CPP to both main.cpp and widget.cpp. Then,
 # the cast rule will change target type of widget.cpp to MOCCABLE-CPP, and Qt
 # support will run the MOC tool as part of the build process.
 #