summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2015-12-16 23:10:46 +0000
committerEric Christopher <echristo@gmail.com>2015-12-16 23:10:46 +0000
commitbe5286629fa828dbc1aaf123dfb4bdfe33473df9 (patch)
treed92e9827a50053c5a2725853c3eb698331db9c19 /clang/lib/CodeGen
parent89575745496540dd57631e4e23acccfecc6bd3ba (diff)
downloadbcm5719-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.h2
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());
}
OpenPOWER on IntegriCloud