It's "opcode" not "opCode".
Similarly "Opcode" not "OpCode".
This appears to be the general worldwide consensus on the matter. Other
residents of my office didn't seem to mind one way or the other how it's
spelled in our code, but for whatever reason, it really bugged me.
Change-Id: Ia0b73d19c54aefc0f543a9c9451dda22ee876a59
diff --git a/vm/interp/Interp.h b/vm/interp/Interp.h
index 76d7d29..784fc7a 100644
--- a/vm/interp/Interp.h
+++ b/vm/interp/Interp.h
@@ -52,7 +52,7 @@
/*
* Recover the opcode that was replaced by a breakpoint.
*/
-u1 dvmGetOriginalOpCode(const u2* addr);
+u1 dvmGetOriginalOpcode(const u2* addr);
/*
* Flush any breakpoints associated with methods in "clazz".