From 64fa12372caafcad988db1737291674ad505080b Mon Sep 17 00:00:00 2001 From: James Dennett Date: Fri, 15 Aug 2014 20:04:40 +0000 Subject: Typo fix in comments: definintion -> definition llvm-svn: 215764 --- clang/lib/CodeGen/CodeGenModule.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/lib/CodeGen/CodeGenModule.h') diff --git a/clang/lib/CodeGen/CodeGenModule.h b/clang/lib/CodeGen/CodeGenModule.h index 086d2606572..985e536f0df 100644 --- a/clang/lib/CodeGen/CodeGenModule.h +++ b/clang/lib/CodeGen/CodeGenModule.h @@ -936,7 +936,7 @@ public: llvm::Function *F); /// Set the LLVM function attributes which only apply to a function - /// definintion. + /// definition. void SetLLVMFunctionAttributesForDefinition(const Decl *D, llvm::Function *F); /// Return true iff the given type uses 'sret' when used as a return type. -- cgit v1.2.3