summaryrefslogtreecommitdiffstats
path: root/runtime/base
diff options
context:
space:
mode:
authorAndreas Gampe <agampe@google.com>2014-12-05 11:16:26 -0800
committerAndreas Gampe <agampe@google.com>2014-12-05 11:16:26 -0800
commit0a7993ee8796e75ea7f251b7cb9e32f2f4335333 (patch)
tree452019b4d87d9a27b10709240ec46f3ef12a5d81 /runtime/base
parentaad9c0767a8f8ae6250a7b4edee52cfb6d598687 (diff)
downloadart-0a7993ee8796e75ea7f251b7cb9e32f2f4335333.tar.gz
art-0a7993ee8796e75ea7f251b7cb9e32f2f4335333.tar.bz2
art-0a7993ee8796e75ea7f251b7cb9e32f2f4335333.zip
ART: Fix typo
Change-Id: Ie9a242240511adae9fcdbaae8d6b5be61fb5075b
Diffstat (limited to 'runtime/base')
-rw-r--r--runtime/base/allocator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/base/allocator.h b/runtime/base/allocator.h
index 5a09c96126..8720f0e946 100644
--- a/runtime/base/allocator.h
+++ b/runtime/base/allocator.h
@@ -62,7 +62,7 @@ enum AllocatorTag {
kAllocatorTagRememberedSet,
kAllocatorTagModUnionCardSet,
kAllocatorTagModUnionReferenceArray,
- kAllocatorTagJNILibrarires,
+ kAllocatorTagJNILibraries,
kAllocatorTagCompileTimeClassPath,
kAllocatorTagOatFile,
kAllocatorTagDexFileVerifier,