diff --git a/istl/paamg/graph.hh b/istl/paamg/graph.hh
index 37faae4c578ce3302761c109023b6770767c5f75..1b86cd8ec1661a1d7d4af97a07ba676602b8f8aa 100644
--- a/istl/paamg/graph.hh
+++ b/istl/paamg/graph.hh
@@ -1371,7 +1371,7 @@ namespace Dune
        */
       typedef typename G::EdgeProperties EdgeProperties;
       /**
-       * @brief The vertex descriptor.
+       * @brief The edge descriptor.
        */
       typedef typename G::EdgeDescriptor Edge;
 
@@ -1391,7 +1391,7 @@ namespace Dune
 
       /**
        * @brief Get the properties associated to a vertex.
-       * @param vertex The vertex whose Properties we want.
+       * @param edge The edge whose Properties we want.
        */
       EdgeProperties& operator[](const Edge& edge) const
       {
diff --git a/istl/solvers.hh b/istl/solvers.hh
index 7aa3a8be9b765caba8b0e6ed3092b85388d9a080..66f2dcc392d82a9d50b70fe6cce58f68b5bd1188 100644
--- a/istl/solvers.hh
+++ b/istl/solvers.hh
@@ -139,7 +139,7 @@ namespace Dune {
 
     /** \brief Set up loop solver
 
-       \tparam P The preconditioner type
+       \param P The preconditioner type
 
        \param prec A preconditioner object
        \param maxit Maximum number of iterations