Fix some typos in ART.
Test: n/a
Change-Id: I25301ab0d749f253f54fd83787343f239088d510
diff --git a/runtime/runtime_options.def b/runtime/runtime_options.def
index e9d1511..037167e 100644
--- a/runtime/runtime_options.def
+++ b/runtime/runtime_options.def
@@ -144,7 +144,7 @@
RUNTIME_OPTIONS_KEY (std::vector<std::unique_ptr<const DexFile>>*, \
BootClassPathDexList)
RUNTIME_OPTIONS_KEY (InstructionSet, ImageInstructionSet, kRuntimeISA)
-RUNTIME_OPTIONS_KEY (CompilerCallbacks*, CompilerCallbacksPtr) // TDOO: make unique_ptr
+RUNTIME_OPTIONS_KEY (CompilerCallbacks*, CompilerCallbacksPtr) // TODO: make unique_ptr
RUNTIME_OPTIONS_KEY (bool (*)(), HookIsSensitiveThread)
RUNTIME_OPTIONS_KEY (int32_t (*)(FILE* stream, const char* format, va_list ap), \
HookVfprintf, vfprintf)
diff --git a/test/626-checker-arm64-scratch-register/smali/Main2.smali b/test/626-checker-arm64-scratch-register/smali/Main2.smali
index 914ae6e..f37aca6 100644
--- a/test/626-checker-arm64-scratch-register/smali/Main2.smali
+++ b/test/626-checker-arm64-scratch-register/smali/Main2.smali
@@ -176,7 +176,7 @@
# // For the purpose of this regression test, the order of
# // definition of these float variable matters. Likewise with the
# // order of the instructions where these variables are used below.
-# // Reordering these lines make make the original (b/32545705)
+# // Reordering these lines makes the original (b/32545705)
# // issue vanish.
# float f17 = b17 ? 0.0f : 1.0f;
# float f16 = b16 ? 0.0f : 1.0f;