From 6fbcda8d3d8c597c54ec7f1ba2c00e9f471bd17a Mon Sep 17 00:00:00 2001 From: Sanjay Patel Date: Thu, 30 Jun 2016 21:02:40 +0000 Subject: [PATCH] fix typo; NFC git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@274278 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/CodeGenModule.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/CodeGen/CodeGenModule.cpp b/lib/CodeGen/CodeGenModule.cpp index bf2e66da69..fb1763551a 100644 --- a/lib/CodeGen/CodeGenModule.cpp +++ b/lib/CodeGen/CodeGenModule.cpp @@ -2610,7 +2610,7 @@ static bool isVarDeclStrongDefinition(const ASTContext &Context, if (shouldBeInCOMDAT(CGM, *D)) return true; - // Declarations with a required alignment do not have common linakge in MSVC + // Declarations with a required alignment do not have common linkage in MSVC // mode. if (Context.getTargetInfo().getCXXABI().isMicrosoft()) { if (D->hasAttr()) -- 2.40.0