]> granicus.if.org Git - clang/commitdiff
Fix typo of function name.
authorEric Christopher <echristo@gmail.com>
Fri, 5 Jun 2015 22:03:01 +0000 (22:03 +0000)
committerEric Christopher <echristo@gmail.com>
Fri, 5 Jun 2015 22:03:01 +0000 (22:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@239194 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/TargetInfo.h

index f78e54ef8d438ba2f5bcc18aa32b211ccde82aeb..bf63265f02830529a020cc10cfdc798ab5317f74 100644 (file)
@@ -58,7 +58,7 @@ public:
   virtual void setTargetAttributes(const Decl *D, llvm::GlobalValue *GV,
                                    CodeGen::CodeGenModule &M) const {}
 
-  /// EmitTargetMD - Provides a convenient hook to handle extra
+  /// emitTargetMD - Provides a convenient hook to handle extra
   /// target-specific metadata for the given global.
   virtual void emitTargetMD(const Decl *D, llvm::GlobalValue *GV,
                             CodeGen::CodeGenModule &M) const {}