| commit | 504e9f4441c3a013047931d24a978523a26fde2d | [log] [tgz] |
|---|---|---|
| author | Andy McFadden <fadden@android.com> | Tue Sep 15 20:01:40 2009 -0700 |
| committer | Andy McFadden <fadden@android.com> | Tue Sep 15 20:01:40 2009 -0700 |
| tree | 95df70ef8077a07bb5d251ebef8d9581974b00ec | |
| parent | 9140e167caad80e4edef60eb788f9f9969b8daee [diff] [blame] |
Speling.
diff --git a/vm/oo/Class.c b/vm/oo/Class.c index 9f94c34..cc461e7 100644 --- a/vm/oo/Class.c +++ b/vm/oo/Class.c
@@ -1395,7 +1395,7 @@ * making it an informative abort rather than an assert). */ if (dvmCheckException(self)) { - LOGE("Class lookup %s attemped while exception %s pending\n", + LOGE("Class lookup %s attempted while exception %s pending\n", descriptor, dvmGetException(self)->clazz->descriptor); dvmDumpAllThreads(false); dvmAbort();