Fix typo in comment.
llvm-svn: 129703
diff --git a/clang/lib/CodeGen/CGDebugInfo.h b/clang/lib/CodeGen/CGDebugInfo.h
index f658ea6..f806f63 100644
--- a/clang/lib/CodeGen/CGDebugInfo.h
+++ b/clang/lib/CodeGen/CGDebugInfo.h
@@ -267,7 +267,7 @@
/// This is the display name for the debugging info.
llvm::StringRef getObjCMethodName(const ObjCMethodDecl *FD);
- /// getSelectporName - Return selector name. This is used for debugging
+ /// getSelectorName - Return selector name. This is used for debugging
/// info.
llvm::StringRef getSelectorName(Selector S);