Typos.

Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/2edae4dd
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/2edae4dd
Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/2edae4dd

Branch: refs/heads/master
Commit: 2edae4ddd70d572c39c46b62f6b15d874f08b3fc
Parents: 26e878a
Author: Luc Maisonobe <l...@apache.org>
Authored: Thu Sep 10 09:54:09 2015 +0200
Committer: Luc Maisonobe <l...@apache.org>
Committed: Thu Sep 10 10:34:33 2015 +0200

----------------------------------------------------------------------
 src/main/java/org/apache/commons/math4/util/FastMath.java | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-math/blob/2edae4dd/src/main/java/org/apache/commons/math4/util/FastMath.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/commons/math4/util/FastMath.java 
b/src/main/java/org/apache/commons/math4/util/FastMath.java
index 46c8752..9d0b5c4 100644
--- a/src/main/java/org/apache/commons/math4/util/FastMath.java
+++ b/src/main/java/org/apache/commons/math4/util/FastMath.java
@@ -34,13 +34,13 @@ import 
org.apache.commons.math4.exception.util.LocalizedFormats;
  * <p>
  * FastMath speed is achieved by relying heavily on optimizing compilers
  * to native code present in many JVMs today and use of large tables.
- * The larger tables are lazily initialised on first use, so that the setup
- * time does not penalise methods that don't need them.
+ * The larger tables are lazily initialized on first use, so that the setup
+ * time does not penalize methods that don't need them.
  * </p>
  * <p>
  * Note that FastMath is
  * extensively used inside Apache Commons Math, so by calling some algorithms,
- * the overhead when the the tables need to be intialised will occur
+ * the overhead when the the tables need to be initialized will occur
  * regardless of the end-user calling FastMath methods directly or not.
  * Performance figures for a specific JVM and hardware can be evaluated by
  * running the FastMathTestPerformance tests in the test directory of the 
source

Reply via email to