summaryrefslogtreecommitdiff
path: root/compiler
diff options
context:
space:
mode:
author Roland Levillain <rpl@google.com> 2018-02-09 17:48:45 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2018-02-09 17:48:45 +0000
commitdc46115ab283bac2453b4f9e454e66107e64e8ef (patch)
tree2d608647ecf6435b9db3cd5777e9263bda4bd278 /compiler
parent65400370103ac8005005d0ac68a905c39ba21b45 (diff)
parentef012225dcec8f736fc8fd848f5d8ee01c3c280f (diff)
Merge "Fix typos."
Diffstat (limited to 'compiler')
-rw-r--r--compiler/jni/jni_compiler_test.cc2
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);
}