From 530aa5e572fdfb17123d53b2201a2a7923293314 Mon Sep 17 00:00:00 2001
From: Oliver Sander <sander@dune-project.org>
Date: Tue, 9 Aug 2005 10:16:25 +0000
Subject: [PATCH] small typo fixed

[[Imported from SVN: r303]]
---
 istl/bdmatrix.hh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/istl/bdmatrix.hh b/istl/bdmatrix.hh
index ecc30b5d7..6ac33b91f 100644
--- a/istl/bdmatrix.hh
+++ b/istl/bdmatrix.hh
@@ -47,7 +47,7 @@ namespace Dune {
     /** \brief Get the i-th diagonal element */
     B& operator[](int i) {return data_[i];}
 
-    /** \brief y -= Ax */
+    /** \brief y += Ax */
     template <class X, class Y>
     void umv(const X& x, Y& y) const {
 #ifdef DUNE_ISTL_WITH_CHECKING
-- 
GitLab