Merge "Fix typo." into dalvik-dev
diff --git a/src/class_linker.cc b/src/class_linker.cc
index 1853a59..243d9a5 100644
--- a/src/class_linker.cc
+++ b/src/class_linker.cc
@@ -308,7 +308,7 @@
 
   // now that these are registered, we can use AllocClass() and AllocObjectArray
 
-  // Setup DexCache. This can not be done later since AppendToBootClassPath calls AllocDexCache.
+  // Set up DexCache. This cannot be done later since AppendToBootClassPath calls AllocDexCache.
   SirtRef<Class>
       java_lang_DexCache(self, AllocClass(self, java_lang_Class.get(), sizeof(DexCacheClass)));
   SetClassRoot(kJavaLangDexCache, java_lang_DexCache.get());