fix misspelling in comment

This commit is contained in:
Joel Dice 2009-06-04 18:03:09 -06:00
parent d0f11cd2e5
commit 44e3ee5bd7

View File

@ -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;