]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/math/example/numerical_derivative_example.cpp
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / libs / math / example / numerical_derivative_example.cpp
index ff45b458480ecdb057100b0c5a4585c10d9a38a1..214ed498e1347f5d1c68f636da4d4379609edbdd 100644 (file)
@@ -53,7 +53,7 @@ bits of lost precision.
 
 */
 
-/*` [note Rquires the C++11 feature of
+/*` [note Requires the C++11 feature of
 [@http://en.wikipedia.org/wiki/Anonymous_function#C.2B.2B anonymous functions]
 for the derivative function calls like `[]( const double & x_) -> double`.
 */