diff --git a/dune/solvers/iterationsteps/istlseqilu0step.hh b/dune/solvers/iterationsteps/istlseqilu0step.hh
index c6c49229c8c2422ce62056321d4e731725420a2f..85c9caeda89fad31f45d4e1479dfa695e5242d3d 100644
--- a/dune/solvers/iterationsteps/istlseqilu0step.hh
+++ b/dune/solvers/iterationsteps/istlseqilu0step.hh
@@ -27,8 +27,6 @@ class ISTLSeqILU0Step
 public:
 
     /** \brief Constructor which initializes and sets up an algebraic hierarchy
-        \param smootherArgs  Arguments for the smoother.  See the dune-istl documentation for details
-        \param coarseningCriterion  Arguments for the coarsening.  See the dune-istl documentation for details
      */
     ISTLSeqILU0Step (const MatrixType* stiffnessMatrix, 
                      VectorType& x, 
@@ -42,7 +40,7 @@ public:
         seqILU0_->pre(*this->x_,*this->rhs_);
     }
 
-    /** \brief Initialize the iteration step but don't actually build the matrix hierarchy yet */
+    /** \brief Initialize the iteration step but not carry out any preprocessing */
     ISTLSeqILU0Step (const MatrixType* stiffnessMatrix, 
              VectorType& x, 
              VectorType& rhs)