summaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorAina Niemetz <aina.niemetz@gmail.com>2017-08-04 10:28:16 -0700
committerAina Niemetz <aina.niemetz@gmail.com>2017-08-04 10:28:16 -0700
commit6185dcb2245de3cf3dc3b3393b8b73f5a4f4e708 (patch)
treed4a5631375367c4c552cb73d6558decbeac397b7 /src/util
parent59620e0dcafd8224ce609785c37dd8350c33683f (diff)
Fix typos in comments
Diffstat (limited to 'src/util')
-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