diff --git a/dumux/nonlinear/newtonsolver.hh b/dumux/nonlinear/newtonsolver.hh
index 2045279df5b7b77715232884a8f5e690dae5acb7..9df3c0bfd4687dce944570c89323301d915eee61 100644
--- a/dumux/nonlinear/newtonsolver.hh
+++ b/dumux/nonlinear/newtonsolver.hh
@@ -84,7 +84,7 @@ public:
     using Communication = Comm;
 
     /*!
-     * \brief Constructor for stationary problems
+     * \brief The Constructor
      */
     NewtonSolver(std::shared_ptr<Assembler> assembler,
                  std::shared_ptr<LinearSolver> linearSolver,