A bit of oatdump clean up
Fix typo, remove unused byte category.
Test: test-art-host-gtest-oatdump_test
Change-Id: Ia6f58d5dd17930fbea7fd9cb05edc014c190f080
diff --git a/oatdump/oatdump.cc b/oatdump/oatdump.cc
index d7fba4f..2a2094e 100644
--- a/oatdump/oatdump.cc
+++ b/oatdump/oatdump.cc
@@ -587,7 +587,6 @@
kByteKindCodeInfoLocationCatalog,
kByteKindCodeInfoDexRegisterMap,
kByteKindCodeInfoEncoding,
- kByteKindCodeInfoOther,
kByteKindCodeInfoStackMasks,
kByteKindCodeInfoRegisterMasks,
kByteKindStackMapNativePc,
@@ -661,7 +660,7 @@
stack_map_bits,
"stack map");
Dump(os,
- "StackMapInlineInfoInde ",
+ "StackMapInlineInfoIndex ",
bits[kByteKindStackMapInlineInfoIndex],
stack_map_bits,
"stack map");