Fix some camelCase.

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

Change-Id: I2ca1b5fad71c24f911fd55cfc91f7031af66be99
diff --git a/src/dex_file.h b/src/dex_file.h
index 9fcdeb0..708e9fd 100644
--- a/src/dex_file.h
+++ b/src/dex_file.h
@@ -688,8 +688,8 @@
   // Callback for "new locals table entry". "signature" is an empty string
   // if no signature is available for an entry.
   typedef void (*DexDebugNewLocalCb)(void* context, uint16_t reg,
-                                     uint32_t startAddress,
-                                     uint32_t endAddress,
+                                     uint32_t start_address,
+                                     uint32_t end_address,
                                      const char* name,
                                      const char* descriptor,
                                      const char* signature);