From 6185dcb2245de3cf3dc3b3393b8b73f5a4f4e708 Mon Sep 17 00:00:00 2001 From: Aina Niemetz Date: Fri, 4 Aug 2017 10:28:16 -0700 Subject: Fix typos in comments --- src/util/integer_gmp_imp.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/util/integer_gmp_imp.h') diff --git a/src/util/integer_gmp_imp.h b/src/util/integer_gmp_imp.h index 8426ac6cf..0d0735127 100644 --- a/src/util/integer_gmp_imp.h +++ b/src/util/integer_gmp_imp.h @@ -252,7 +252,7 @@ public: } /** - * Computes a quoitent and remainder according to Boute's Euclidean definition. + * Computes a quotient and remainder according to Boute's Euclidean definition. * euclidianDivideQuotient, euclidianDivideRemainder. * * Boute, Raymond T. (April 1992). @@ -286,7 +286,7 @@ public: } } /** - * Returns the quoitent according to Boute's Euclidean definition. + * Returns the quotient according to Boute's Euclidean definition. * See the documentation for euclidianQR. */ Integer euclidianDivideQuotient(const Integer& y) const { @@ -296,7 +296,7 @@ public: } /** - * Returns the remainfing according to Boute's Euclidean definition. + * Returns the remainder according to Boute's Euclidean definition. * See the documentation for euclidianQR. */ Integer euclidianDivideRemainder(const Integer& y) const { -- cgit v1.2.3