aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenModule.h
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2017-03-30 14:13:19 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2017-03-30 14:13:19 +0000
commit2c51880a828ec68ea11353c27ba42ab75ac85a45 (patch)
treef0e919019a8720ae3cb1f8faf36014faddd9e768 /clang/lib/CodeGen/CodeGenModule.h
parent2aa23e892c14487e6703bbf48c356694b98d47eb (diff)
downloadllvm-2c51880a828ec68ea11353c27ba42ab75ac85a45.zip
llvm-2c51880a828ec68ea11353c27ba42ab75ac85a45.tar.gz
llvm-2c51880a828ec68ea11353c27ba42ab75ac85a45.tar.bz2
Spelling mistakes in comments. NFCI. (PR27635)
llvm-svn: 299083
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 ce8c582..d0b2dd7 100644
--- a/clang/lib/CodeGen/CodeGenModule.h
+++ b/clang/lib/CodeGen/CodeGenModule.h
@@ -1205,7 +1205,7 @@ public:
void AddVTableTypeMetadata(llvm::GlobalVariable *VTable, CharUnits Offset,
const CXXRecordDecl *RD);
- /// \breif Get the declaration of std::terminate for the platform.
+ /// \brief Get the declaration of std::terminate for the platform.
llvm::Constant *getTerminateFn();
llvm::SanitizerStatReport &getSanStats();