diff --git a/thrust/functional.h b/thrust/functional.h
index f278549a7..2b39416cb 100644
--- a/thrust/functional.h
+++ b/thrust/functional.h
@@ -252,7 +252,7 @@ struct minus
}; // end minus
/*! \p multiplies is a function object. Specifically, it is an Adaptable Binary Function.
- * If \c f is an object of class minus, and \c x and \c y are objects
+ * If \c f is an object of class multiplies, and \c x and \c y are objects
* of class \c T, then f(x,y) returns x*y.
*
* \tparam T is a model of Assignable,