diff options
author | Eric Christopher <echristo@gmail.com> | 2015-12-16 23:10:46 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2015-12-16 23:10:46 +0000 |
commit | be5286629fa828dbc1aaf123dfb4bdfe33473df9 (patch) | |
tree | d92e9827a50053c5a2725853c3eb698331db9c19 /clang/lib/CodeGen | |
parent | 89575745496540dd57631e4e23acccfecc6bd3ba (diff) | |
download | bcm5719-llvm-be5286629fa828dbc1aaf123dfb4bdfe33473df9.tar.gz bcm5719-llvm-be5286629fa828dbc1aaf123dfb4bdfe33473df9.zip |
Fix funciton->function typo.
llvm-svn: 255840
Diffstat (limited to 'clang/lib/CodeGen')
-rw-r--r-- | clang/lib/CodeGen/CGDebugInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGDebugInfo.h b/clang/lib/CodeGen/CGDebugInfo.h index 7e7ba74106e..57d5c808f29 100644 --- a/clang/lib/CodeGen/CGDebugInfo.h +++ b/clang/lib/CodeGen/CGDebugInfo.h @@ -574,7 +574,7 @@ public: /// passing an empty SourceLocation to \a CGDebugInfo::setLocation() /// will result in the last valid location being reused. Note that /// all instructions that do not have a location at the beginning of - /// a function are counted towards to funciton prologue. + /// a function are counted towards to function prologue. static ApplyDebugLocation CreateEmpty(CodeGenFunction &CGF) { return ApplyDebugLocation(CGF, true, SourceLocation()); } |