From: bangerth Date: Mon, 29 Mar 2010 01:43:35 +0000 (+0000) Subject: Fix comment markup. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f11283eb5d7c8372a6765134a11b695cacf07c71;p=dealii-svn.git Fix comment markup. git-svn-id: https://svn.dealii.org/trunk@20907 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/numerics/newton.h b/deal.II/deal.II/include/numerics/newton.h index 5d03cea5a4..9dde15d2d1 100644 --- a/deal.II/deal.II/include/numerics/newton.h +++ b/deal.II/deal.II/include/numerics/newton.h @@ -56,7 +56,7 @@ namespace Algorithms * evaluate the residual at this point. * * For the call to (*#inverse_derivative), the vector "Newton - * residual" is inserted before "Newton iterate". + * residual" is inserted before "Newton iterate". * * @author Guido Kanschat, 2006, 2010 */