Fix typos.

llvm-svn: 212132
diff --git a/lldb/source/Core/AddressResolverName.cpp b/lldb/source/Core/AddressResolverName.cpp
index dd22e17..9f3b3f5 100644
--- a/lldb/source/Core/AddressResolverName.cpp
+++ b/lldb/source/Core/AddressResolverName.cpp
@@ -148,7 +148,7 @@
         break;
     }
 
-    // Remove any duplicates between the funcion list and the symbol list
+    // Remove any duplicates between the function list and the symbol list
     if (func_list.GetSize())
     {
         for (i = 0; i < func_list.GetSize(); i++)