commit | 0a7993ee8796e75ea7f251b7cb9e32f2f4335333 | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Fri Dec 05 11:16:26 2014 -0800 |
committer | Andreas Gampe <agampe@google.com> | Fri Dec 05 11:16:26 2014 -0800 |
tree | 452019b4d87d9a27b10709240ec46f3ef12a5d81 | |
parent | aad9c0767a8f8ae6250a7b4edee52cfb6d598687 [diff] [blame] |
ART: Fix typo Change-Id: Ie9a242240511adae9fcdbaae8d6b5be61fb5075b
diff --git a/runtime/base/allocator.h b/runtime/base/allocator.h index 5a09c96..8720f0e 100644 --- a/runtime/base/allocator.h +++ b/runtime/base/allocator.h
@@ -62,7 +62,7 @@ kAllocatorTagRememberedSet, kAllocatorTagModUnionCardSet, kAllocatorTagModUnionReferenceArray, - kAllocatorTagJNILibrarires, + kAllocatorTagJNILibraries, kAllocatorTagCompileTimeClassPath, kAllocatorTagOatFile, kAllocatorTagDexFileVerifier,