summaryrefslogtreecommitdiff
path: root/src/util/integer_gmp_imp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/integer_gmp_imp.h')
-rw-r--r--src/util/integer_gmp_imp.h6
1 files changed, 3 insertions, 3 deletions
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 {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback