OSDN Git Service

ART: Fix typo
authorAndreas Gampe <agampe@google.com>
Fri, 5 Dec 2014 19:16:26 +0000 (11:16 -0800)
committerAndreas Gampe <agampe@google.com>
Fri, 5 Dec 2014 19:16:26 +0000 (11:16 -0800)
Change-Id: Ie9a242240511adae9fcdbaae8d6b5be61fb5075b

runtime/base/allocator.h
runtime/java_vm_ext.cc

index 5a09c96..8720f0e 100644 (file)
@@ -62,7 +62,7 @@ enum AllocatorTag {
   kAllocatorTagRememberedSet,
   kAllocatorTagModUnionCardSet,
   kAllocatorTagModUnionReferenceArray,
-  kAllocatorTagJNILibrarires,
+  kAllocatorTagJNILibraries,
   kAllocatorTagCompileTimeClassPath,
   kAllocatorTagOatFile,
   kAllocatorTagDexFileVerifier,
index 5d04fac..dcdbe9d 100644 (file)
@@ -247,7 +247,7 @@ class Libraries {
   }
 
  private:
-  AllocationTrackingSafeMap<std::string, SharedLibrary*, kAllocatorTagJNILibrarires> libraries_;
+  AllocationTrackingSafeMap<std::string, SharedLibrary*, kAllocatorTagJNILibraries> libraries_;
 };