Fix some camelCase.

These are the files that are mostly right but contain a few
orthographic errors.

Change-Id: I2ca1b5fad71c24f911fd55cfc91f7031af66be99
diff --git a/src/verifier/method_verifier.h b/src/verifier/method_verifier.h
index 75dcbc7..afbfa16 100644
--- a/src/verifier/method_verifier.h
+++ b/src/verifier/method_verifier.h
@@ -347,11 +347,11 @@
   // into an exception handler, but it's valid to do so as long as the target isn't a
   // "move-exception" instruction. We verify that in a later stage.
   // The dex format forbids certain instructions from branching to themselves.
-  // Updates "insnFlags", setting the "branch target" flag.
+  // Updates "insn_flags_", setting the "branch target" flag.
   bool CheckBranchTarget(uint32_t cur_offset);
 
   // Verify a switch table. "cur_offset" is the offset of the switch instruction.
-  // Updates "insnFlags", setting the "branch target" flag.
+  // Updates "insn_flags_", setting the "branch target" flag.
   bool CheckSwitchTargets(uint32_t cur_offset);
 
   // Check the register indices used in a "vararg" instruction, such as invoke-virtual or