From 777bb1d4382ddc4aa8c5db3885e276874a470de8 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Tue, 26 Aug 2003 23:14:07 +0000 Subject: StrictMath.java: Typo fix. * java/lang/StrictMath.java: Typo fix. * java/lang/Math.java: Typo fix. 2003-08-26 Stephen Crawley * java/lang/ThreadGroup.java (removeThread): null the 'group' field of the removed Thread. 2003-08-26 Mark Wielaard Reported by David Holmes . * java/lang/InheritableThreadLocal.java (threadMap): Wrap inside Collections.synchronizedMap. * java/lang/ThreadLocal.java (valueMap): Likewise. From-SVN: r70828 --- libjava/java/lang/StrictMath.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libjava/java/lang/StrictMath.java') diff --git a/libjava/java/lang/StrictMath.java b/libjava/java/lang/StrictMath.java index b47d89ca040..bacc291faa5 100644 --- a/libjava/java/lang/StrictMath.java +++ b/libjava/java/lang/StrictMath.java @@ -1,5 +1,5 @@ /* java.lang.StrictMath -- common mathematical functions, strict Java - Copyright (C) 1998, 2001, 2002 Free Software Foundation, Inc. + Copyright (C) 1998, 2001, 2002, 2003 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -1053,7 +1053,7 @@ public final strictfp class StrictMath * double to x / y (ties go to the even n); for a zero * remainder, the sign is that of x. If either argument is NaN, * the first argument is infinite, or the second argument is zero, the result - * is NaN; if x is finite but y is infinte, the result is x. + * is NaN; if x is finite but y is infinite, the result is x. * * @param x the dividend (the top half) * @param y the divisor (the bottom half) -- cgit v1.2.3