diff options
author | 2017-06-21 16:28:06 +0100 | |
---|---|---|
committer | 2018-02-09 15:36:49 +0000 | |
commit | ef012225dcec8f736fc8fd848f5d8ee01c3c280f (patch) | |
tree | d5f65b05313a09e92055550f07f063537b9e6ca5 /compiler | |
parent | cd4ddeea1c33d5f9b7758d116451bd06f1b81aff (diff) |
Fix typos.
Test: art/test/testrunner/testrunner.py
Change-Id: I5f5e052c940650a3adb3a8717b84260e6b306500
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/jni/jni_compiler_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/jni/jni_compiler_test.cc b/compiler/jni/jni_compiler_test.cc index f34e9b844b..dc66234c6f 100644 --- a/compiler/jni/jni_compiler_test.cc +++ b/compiler/jni/jni_compiler_test.cc @@ -76,7 +76,7 @@ static bool IsCurrentJniNormal() { return gCurrentJni == static_cast<uint32_t>(JniKind::kNormal); } -// Signifify that a different kind of JNI is about to be tested. +// Signify that a different kind of JNI is about to be tested. static void UpdateCurrentJni(JniKind kind) { gCurrentJni = static_cast<uint32_t>(kind); } |