You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by nd...@apache.org on 2006/12/18 06:22:32 UTC

svn commit: r488128 - /harmony/enhanced/classlib/trunk/modules/math/src/main/java/java/math/Division.java

Author: ndbeyer
Date: Sun Dec 17 21:22:30 2006
New Revision: 488128

URL: http://svn.apache.org/viewvc?view=rev&rev=488128
Log:
Correct incorrectly encoded characters

Modified:
    harmony/enhanced/classlib/trunk/modules/math/src/main/java/java/math/Division.java

Modified: harmony/enhanced/classlib/trunk/modules/math/src/main/java/java/math/Division.java
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/math/src/main/java/java/math/Division.java?view=diff&rev=488128&r1=488127&r2=488128
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/math/src/main/java/java/math/Division.java (original)
+++ harmony/enhanced/classlib/trunk/modules/math/src/main/java/java/math/Division.java Sun Dec 17 21:22:30 2006
@@ -21,7 +21,7 @@
 
 /**
  * Static library that provides all operations related with division and modular
- * arithmetic to {@link BigInteger}. Some methos are provided in both mutable
+ * arithmetic to {@link BigInteger}. Some methods are provided in both mutable
  * and immutable way. There are several variants provided listed below:
  * 
  * <ul type="circle">
@@ -654,7 +654,7 @@
     
     /**
      *
-     * Based on "New Algorithm for Classical Modular Inverse" Róbert Lórencz.
+     * Based on "New Algorithm for Classical Modular Inverse" Róbert Lórencz.
      * LNCS 2523 (2002)
      *
      * @return a^(-1) mod m