summaryrefslogtreecommitdiff
path: root/boost/compute/algorithm/transform.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/compute/algorithm/transform.hpp')
-rw-r--r--boost/compute/algorithm/transform.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/compute/algorithm/transform.hpp b/boost/compute/algorithm/transform.hpp
index 022a4988bd..68750a6523 100644
--- a/boost/compute/algorithm/transform.hpp
+++ b/boost/compute/algorithm/transform.hpp
@@ -22,7 +22,7 @@ namespace boost {
namespace compute {
/// Transforms the elements in the range [\p first, \p last) using
-/// \p transform and stores the results in the range beginning at
+/// operator \p op and stores the results in the range beginning at
/// \p result.
///
/// For example, to calculate the absolute value for each element in a vector: