diff --git a/dumux/decoupled/2p2c/dec2p2cfluidstate.hh b/dumux/decoupled/2p2c/dec2p2cfluidstate.hh
index 65498170bf3f8e65862d7a6e3671036e56334f96..1328e174d603637e75cd8f542296053fa4d59120 100644
--- a/dumux/decoupled/2p2c/dec2p2cfluidstate.hh
+++ b/dumux/decoupled/2p2c/dec2p2cfluidstate.hh
@@ -73,7 +73,7 @@ public:
      * - comparison with Z1 to determine phase presence => phase mass fractions
      * - round off fluid properties
      * \param Z1 Feed mass fraction [-]
-     * \param phasePressure Vector holding the pressure of the phases [Pa]
+     * \param pw Pressure of the wetting phase [Pa]
      * \param poro Porosity [-]
      * \param temperature Temperature [K]
      */
@@ -166,8 +166,8 @@ public:
      * - determination of the equilibrium constants from the fluid system
      * - determination of maximum solubilities (mole fractions) according to phase pressures
      * - round off fluid properties
-     * \param sat saturation of phase 1 [-]
-     * \param phasePressure Vector holding the pressure of the phases [Pa]
+     * \param sat Saturation of phase 1 [-]
+     * \param pw Pressure of the wetting phase [Pa]
      * \param poro Porosity [-]
      * \param temperature Temperature [K]
      */
@@ -310,7 +310,7 @@ public:
      * For an ideal gas, this means R*T*c.
      * Unit: [Pa] = [N/m^2]
      *
-     * \param compIdx the index of the component
+     * \param componentIdx the index of the component
      */
     Scalar partialPressure(int componentIdx) const
     {