From 2c51880a828ec68ea11353c27ba42ab75ac85a45 Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Thu, 30 Mar 2017 14:13:19 +0000 Subject: Spelling mistakes in comments. NFCI. (PR27635) llvm-svn: 299083 --- 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 ce8c58224c5..d0b2dd717c8 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(); -- cgit v1.2.3