diff --git a/classpath/java/lang/Thread.java b/classpath/java/lang/Thread.java index 85a44023e2..e9fa5c05b3 100644 --- a/classpath/java/lang/Thread.java +++ b/classpath/java/lang/Thread.java @@ -25,8 +25,8 @@ public class Thread implements Runnable { private ClassLoader classLoader; private UncaughtExceptionHandler exceptionHandler; - // package private for GNU Classpath, which inexpicably bypasses the - // accessor methods: + // package private for GNU Classpath, which inexplicably bypasses + // the accessor methods: String name; ThreadGroup group;