From dfb7df42cfe6139907e064e1ca8309bc2913f348 Mon Sep 17 00:00:00 2001
From: Oliver Sander <sander@igpm.rwth-aachen.de>
Date: Fri, 13 Aug 2010 09:53:31 +0000
Subject: [PATCH] fix comment

[[Imported from SVN: r6213]]
---
 dune/gfe/localgeodesicfefunction.hh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dune/gfe/localgeodesicfefunction.hh b/dune/gfe/localgeodesicfefunction.hh
index 4c38cb10..c9a57ceb 100644
--- a/dune/gfe/localgeodesicfefunction.hh
+++ b/dune/gfe/localgeodesicfefunction.hh
@@ -153,7 +153,7 @@ evaluateDerivative(const Dune::FieldVector<ctype, dim>& local)
     // the matrix that turns coordinates on the reference simplex into coordinates on the standard simplex
     Dune::FieldMatrix<ctype,dim+1,dim> B = referenceToBarycentricLinearPart();
 
-    // compute negative derivate of F(w,q) (the derivative of the weighted distance fctl) wrt to w
+    // compute negative derivative of F(w,q) (the derivative of the weighted distance fctl) wrt to w
     Dune::FieldMatrix<ctype,targetDim,dim+1> dFdw;
     for (int i=0; i<dim+1; i++) {
         Dune::FieldVector<ctype,targetDim> tmp = TargetSpace::derivativeOfDistanceSquaredWRTSecondArgument(coefficients_[i], q);
-- 
GitLab