From 8fe3802840883006031d30263fecbfcb08f89608 Mon Sep 17 00:00:00 2001 From: Bruno Turcksin Date: Wed, 18 Nov 2015 17:25:01 -0600 Subject: [PATCH] Fix a typo in a comment. --- include/deal.II/lac/la_vector.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5