diff --git a/dumux/discretization/fcdiamond.hh b/dumux/discretization/fcdiamond.hh
index ade6a2a88dee1ba3789471218d59c491cc81ed4a..2efbccb12f941feb289c5b5a3cca18e4c33f8801 100644
--- a/dumux/discretization/fcdiamond.hh
+++ b/dumux/discretization/fcdiamond.hh
@@ -105,7 +105,7 @@ template<class TypeTag>
 struct BaseLocalResidual<TypeTag, TTag::FaceCenteredDiamondModel>
 { using type = CVFELocalResidual<TypeTag>; };
 
-//! The flux variables cache class for models involving flow in porous media
+//! The flux variables cache type
 template<class TypeTag>
 struct FluxVariablesCache<TypeTag, TTag::FaceCenteredDiamondModel>
 {