From: Bruno Turcksin Date: Wed, 18 Nov 2015 23:25:01 +0000 (-0600) Subject: Fix a typo in a comment. X-Git-Tag: v8.4.0-rc2~215^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fe3802840883006031d30263fecbfcb08f89608;p=dealii.git Fix a typo in a comment. --- diff --git a/include/deal.II/lac/la_vector.h b/include/deal.II/lac/la_vector.h index 519fe6114f..893f960b4b 100644 --- a/include/deal.II/lac/la_vector.h +++ b/include/deal.II/lac/la_vector.h @@ -155,7 +155,7 @@ namespace LinearAlgebra /** * Scaling and simple addition of a multiple of a vector, i.e. *this = - * s*(*this)+a*V. + * s*(*this)+a*V. */ virtual void sadd(const Number s, const Number a, const VectorSpaceVector &V);