OSDN Git Service

Fix a forecopy/forcecopy typo.
authorElliott Hughes <enh@google.com>
Fri, 21 Dec 2012 23:19:31 +0000 (15:19 -0800)
committerElliott Hughes <enh@google.com>
Fri, 21 Dec 2012 23:19:31 +0000 (15:19 -0800)
Change-Id: Ic8f8d6fdf278bfa41e54586bc187c0ba42248700

vm/Jni.cpp

index 7704ba7..74442b7 100644 (file)
@@ -658,7 +658,7 @@ void dvmDumpJniReferenceTables() {
 void dvmDumpJniStats(DebugOutputTarget* target) {
     dvmPrintDebugMessage(target, "JNI: CheckJNI is %s", gDvmJni.useCheckJni ? "on" : "off");
     if (gDvmJni.forceCopy) {
-        dvmPrintDebugMessage(target, " (with forecopy)");
+        dvmPrintDebugMessage(target, " (with forcecopy)");
     }
     dvmPrintDebugMessage(target, "; workarounds are %s", gDvmJni.workAroundAppJniBugs ? "on" : "off");