summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.h
diff options
context:
space:
mode:
authorJames Dennett <jdennett@google.com>2014-08-15 20:04:40 +0000
committerJames Dennett <jdennett@google.com>2014-08-15 20:04:40 +0000
commit64fa12372caafcad988db1737291674ad505080b (patch)
tree1e2bf751a95a9fa4ab635c2381a61937bff249cb /clang/lib/CodeGen/CodeGenModule.h
parentcd21e2f7e46bb6ba3ba9d2ea979ebcf47a4051a9 (diff)
downloadbcm5719-llvm-64fa12372caafcad988db1737291674ad505080b.tar.gz
bcm5719-llvm-64fa12372caafcad988db1737291674ad505080b.zip
Typo fix in comments: definintion -> definition
llvm-svn: 215764
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.h')
-rw-r--r--clang/lib/CodeGen/CodeGenModule.h2
1 files changed, 1 insertions, 1 deletions
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.
OpenPOWER on IntegriCloud