Fix typo in comment.

llvm-svn: 129703
diff --git a/clang/lib/CodeGen/CGDebugInfo.cpp b/clang/lib/CodeGen/CGDebugInfo.cpp
index 10ef6d8..65b1ffb 100644
--- a/clang/lib/CodeGen/CGDebugInfo.cpp
+++ b/clang/lib/CodeGen/CGDebugInfo.cpp
@@ -119,7 +119,7 @@
   return llvm::StringRef(StrPtr, OS.tell());
 }
 
-/// getSelectporName - Return selector name. This is used for debugging
+/// getSelectorName - Return selector name. This is used for debugging
 /// info.
 llvm::StringRef CGDebugInfo::getSelectorName(Selector S) {
   llvm::SmallString<256> SName;