diff --git a/src/TNL/Solvers/Linear/LinearSolver.h b/src/TNL/Solvers/Linear/LinearSolver.h
index 8408be9118d9fd4b07aa44a2df8a7d71cda50a7c..858f08189040aea4851b29a5e8865c4c51708375 100644
--- a/src/TNL/Solvers/Linear/LinearSolver.h
+++ b/src/TNL/Solvers/Linear/LinearSolver.h
@@ -69,7 +69,7 @@ class LinearSolver
       using ConstVectorViewType = typename Traits< Matrix >::ConstVectorViewType;
 
       /**
-       * \brief Type of the matrix representign the linear system.
+       * \brief Type of the matrix representing the linear system.
        */
       using MatrixType = Matrix;
 
@@ -89,7 +89,7 @@ class LinearSolver
       using PreconditionerPointer = std::shared_ptr< std::add_const_t< PreconditionerType > >;
 
       /**
-       * \brief This is method defines configuration entries for setup of the linear iterative solver.
+       * \brief This method defines configuration entries for setup of the linear iterative solver.
        *
        * See \ref IterativeSolver::configSetup.
        *