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

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

diff --git a/dune/gfe/unitvector.hh b/dune/gfe/unitvector.hh
index e0eab8e2..66b2fad9 100644
--- a/dune/gfe/unitvector.hh
+++ b/dune/gfe/unitvector.hh
@@ -178,7 +178,7 @@ public:
         return result;
     }
 
-    /** \brief Write LocalKey object to output stream */
+    /** \brief Write unit vector object to output stream */
     friend std::ostream& operator<< (std::ostream& s, const UnitVector& unitVector)
     {
         return s << unitVector.data_;
-- 
GitLab