From: Francis Dupont Date: Thu, 10 Jan 2019 14:44:29 +0000 (+0100) Subject: [365-automatically-calculate-the-values-for-options-58-and-59] spelling X-Git-Tag: 313-return-a-list-of-all-reservations-by-subnet-id_base~1^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d4f7c188da830a483e009a65f840125e675c12c;p=thirdparty%2Fkea.git [365-automatically-calculate-the-values-for-options-58-and-59] spelling --- diff --git a/src/lib/util/doubles.h b/src/lib/util/doubles.h index a481f720c1..780b8fc4d4 100644 --- a/src/lib/util/doubles.h +++ b/src/lib/util/doubles.h @@ -12,10 +12,10 @@ namespace isc { namespace util { -/// @brief Tests two doubles for equivalance within a given tolerance +/// @brief Tests two doubles for equivalence within a given tolerance. /// /// @param a comparison operand one -/// @param b comparison operand two +/// @param b comparison operand two /// @param tolerance the amount by which the two values may differ and /// still be considered "equal". /// @return True if the two values differ by less than the tolerance. diff --git a/src/lib/util/tests/doubles_unittest.cc b/src/lib/util/tests/doubles_unittest.cc index e268e2cef6..8988906d3a 100644 --- a/src/lib/util/tests/doubles_unittest.cc +++ b/src/lib/util/tests/doubles_unittest.cc @@ -16,7 +16,7 @@ using namespace isc::util; namespace { -// Excerises isc::util::areDoublesEquivalent(). +// Exercises isc::util::areDoublesEquivalent(). TEST(Doubles, areDoublesEquivalent) { std::vector data;