From bf7ea0ea8c288044846a85d5e7cf4c28bec011f3 Mon Sep 17 00:00:00 2001
From: Oliver Sander <oliver.sander@tu-dresden.de>
Date: Tue, 22 Jan 2019 15:13:15 +0100
Subject: [PATCH] Fix a typo

---
 dune/istl/paamg/aggregates.hh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dune/istl/paamg/aggregates.hh b/dune/istl/paamg/aggregates.hh
index 24467782f..cf0bdd9cd 100644
--- a/dune/istl/paamg/aggregates.hh
+++ b/dune/istl/paamg/aggregates.hh
@@ -379,7 +379,7 @@ namespace Dune
 
       /**
        * @brief compute the norm of a matrix.
-       * @param m The matrix ro compute the norm of.
+       * @param m The matrix to compute the norm of
        */
       template<class M>
       typename FieldTraits<typename M::field_type>::real_type operator()(const M& m) const
-- 
GitLab