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 ClassLoader classLoader;
private UncaughtExceptionHandler exceptionHandler; private UncaughtExceptionHandler exceptionHandler;
// package private for GNU Classpath, which inexpicably bypasses the // package private for GNU Classpath, which inexplicably bypasses
// accessor methods: // the accessor methods:
String name; String name;
ThreadGroup group; ThreadGroup group;