From fa1e01a0b9c01ab25553575affe69a8d81988bf9 Mon Sep 17 00:00:00 2001 From: Max Kahnt <max.kahnt@fu-berlin.de> Date: Wed, 17 Aug 2016 11:11:54 +0200 Subject: [PATCH] Fix typo. --- dune/fufem/mappedmatrix.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dune/fufem/mappedmatrix.hh b/dune/fufem/mappedmatrix.hh index ec507f90..c89027b8 100644 --- a/dune/fufem/mappedmatrix.hh +++ b/dune/fufem/mappedmatrix.hh @@ -125,7 +125,7 @@ protected: /** - * \brief A sparse matrix build by entry-wise transformation + * \brief A sparse matrix built by entry-wise transformation * * MappedMatrix represents a sparse matrix that is obtained * by transforming each entry of some given matrix. The -- GitLab