Fix typos in comments
authorAina Niemetz <aina.niemetz@gmail.com>
Fri, 4 Aug 2017 17:28:16 +0000 (10:28 -0700)
committerAina Niemetz <aina.niemetz@gmail.com>
Fri, 4 Aug 2017 17:28:16 +0000 (10:28 -0700)
src/util/integer_gmp_imp.h

index 8426ac6cf7e7d042ede7ad619c5ebbe0efbfe062..0d0735127eb73c42b1fbf06eed0e59833071062d 100644 (file)
@@ -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 {