r241722 - Fix the spelling of Objective-C.
Adrian Prantl
aprantl at apple.com
Wed Jul 8 13:53:53 PDT 2015
Author: adrian
Date: Wed Jul 8 15:53:53 2015
New Revision: 241722
URL: http://llvm.org/viewvc/llvm-project?rev=241722&view=rev
Log:
Fix the spelling of Objective-C.
Modified:
cfe/trunk/lib/CodeGen/CGDebugInfo.h
Modified: cfe/trunk/lib/CodeGen/CGDebugInfo.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CGDebugInfo.h?rev=241722&r1=241721&r2=241722&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CGDebugInfo.h (original)
+++ cfe/trunk/lib/CodeGen/CGDebugInfo.h Wed Jul 8 15:53:53 2015
@@ -300,8 +300,7 @@ public:
/// \brief Emit record type's standalone debug info.
llvm::DIType *getOrCreateRecordType(QualType Ty, SourceLocation L);
- /// \brief Emit an objective c interface type standalone
- /// debug info.
+ /// \brief Emit an Objective-C interface type standalone debug info.
llvm::DIType *getOrCreateInterfaceType(QualType Ty, SourceLocation Loc);
void completeType(const EnumDecl *ED);
More information about the cfe-commits
mailing list