From 94a327ace78ed2312afe73a5e865ed8d39da7032 Mon Sep 17 00:00:00 2001
From: Nicolas Schwenck <nicolas.schwenck@iws.uni-stuttgart.de>
Date: Thu, 16 Jul 2015 18:00:33 +0200
Subject: [PATCH] [documentation] minor typo in the documentation of floating
 comparisons

---
 dune/common/float_cmp.hh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dune/common/float_cmp.hh b/dune/common/float_cmp.hh
index f5e7ccb3e..fc86a3c3b 100644
--- a/dune/common/float_cmp.hh
+++ b/dune/common/float_cmp.hh
@@ -224,9 +224,9 @@ namespace Dune {
      * @param first   left operand of less-or-equals operation
      * @param second  right operand of less-or-equals operation
      * @param epsilon The epsilon to use in the comparison
-     * @return        eq(first, second) || first > second
+     * @return        eq(first, second) || first < second
      *
-     * this is like first > second, but the region that compares equal with an
+     * this is like first < second, but the region that compares equal with an
      * epsilon is also included
      */
     template <class T, CmpStyle style /*= defaultCmpStyle*/>
-- 
GitLab