diff --git a/dumux/discretization/cellcentered/mpfa/subcontrolvolumeface.hh b/dumux/discretization/cellcentered/mpfa/subcontrolvolumeface.hh
index 3f1036f9bb447582500f4f8feba32cd2e78708d4..f49e5f75c1d95d7e5249bb40cd25e7d837c32655 100644
--- a/dumux/discretization/cellcentered/mpfa/subcontrolvolumeface.hh
+++ b/dumux/discretization/cellcentered/mpfa/subcontrolvolumeface.hh
@@ -114,7 +114,7 @@ public:
      *
      * \param helper The helper class for mpfa schemes
      * \param corners The corners of the scv face
-     * \param unitOuterNormal The unit outer normal vector of the scvf
+     * \param intersection The intersection
      * \param vIdxGlobal The global vertex index the scvf is connected to
      * \param vIdxLocal The element-local vertex index the scvf is connected to
      * \param scvfIndex The global index of this scv face
diff --git a/dumux/multidomain/staggeredfreeflow/couplingmanager.hh b/dumux/multidomain/staggeredfreeflow/couplingmanager.hh
index 131c4e6b719364610e10b4d677a792e07f9f1412..8c37a63b3e543b76dc5e751b5dd007e6688a5907 100644
--- a/dumux/multidomain/staggeredfreeflow/couplingmanager.hh
+++ b/dumux/multidomain/staggeredfreeflow/couplingmanager.hh
@@ -479,7 +479,7 @@ public:
     /*!
      * \brief Execute assembly kernel in parallel
      *
-     * \param domainI the domain index of domain i
+     * \param domainId the domain index of domain i
      * \param assembleElement kernel function to execute for one element
      */
     template<std::size_t i, class AssembleElementFunc>