diff --git a/mex/sources/linsolve/linsolve.cc b/mex/sources/linsolve/linsolve.cc
index e6329a28f74c6093f5589d70ee2a028d484b1c24..6c43f3f195ea6cf25bcb55ecb3e1dd44abc032e2 100644
--- a/mex/sources/linsolve/linsolve.cc
+++ b/mex/sources/linsolve/linsolve.cc
@@ -43,7 +43,7 @@ Solves the linear system @math{A*X = B} and returns @var{X}.\n\
 Alternatively, if @var{options} is provided and has a field @code{TRANSA} equal \
 to @code{true}, then it solves the system @math{A'*X = B}.\n\
 \n\
-\n\Also, the @code{LT} field of @var{options} (resp. the @code{UT} field) can be set \
+Also, the @code{LT} field of @var{options} (resp. the @code{UT} field) can be set \
 to @code{true} to indicate that the matrix @var{a} is lower (resp. upper) \
 triangular; similarly, the @code{SYM} field can be set to @code{true} to \
 indicate that the matrix is symmetric.\n\