]> granicus.if.org Git - clang/commitdiff
Fix the spelling of Objective-C.
authorAdrian Prantl <aprantl@apple.com>
Wed, 8 Jul 2015 20:53:53 +0000 (20:53 +0000)
committerAdrian Prantl <aprantl@apple.com>
Wed, 8 Jul 2015 20:53:53 +0000 (20:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@241722 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGDebugInfo.h

index d4a5bc80caed6839fdf19fad70ebd35bd5981e62..3efd448fb9230cfddacda634f0e6f897c2190316 100644 (file)
@@ -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);