diff --git a/dumux/common/integrate.hh b/dumux/common/integrate.hh
index 2dcd348b8f757c317e4cf5aa7f06dc4cb2c0eb15..a354b695f05168044a063a6b27eb1f490b8e7545 100644
--- a/dumux/common/integrate.hh
+++ b/dumux/common/integrate.hh
@@ -96,7 +96,7 @@ using FieldType = typename FieldTypeImpl<T>::type;
 
 /*!
  * \brief Integrate a grid function over a grid view
- * \param gv the grid view
+ * \param gg the grid geometry
  * \param f the grid function
  * \param order the order of the quadrature rule
  */