From: Adrian Prantl Date: Wed, 8 Jul 2015 20:53:53 +0000 (+0000) Subject: Fix the spelling of Objective-C. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6abe22b2b55b3045ef04ba2ee7c5d88175764ca6;p=clang Fix the spelling of Objective-C. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@241722 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CGDebugInfo.h b/lib/CodeGen/CGDebugInfo.h index d4a5bc80ca..3efd448fb9 100644 --- a/lib/CodeGen/CGDebugInfo.h +++ b/lib/CodeGen/CGDebugInfo.h @@ -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);