]> granicus.if.org Git - clang/commitdiff
fix typo; NFC
authorSanjay Patel <spatel@rotateright.com>
Thu, 30 Jun 2016 21:02:40 +0000 (21:02 +0000)
committerSanjay Patel <spatel@rotateright.com>
Thu, 30 Jun 2016 21:02:40 +0000 (21:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@274278 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CodeGenModule.cpp

index bf2e66da692001f6d68742a3d77d4e7b5ae4e06b..fb1763551a360ce3f645b79b9a40a7db99a93510 100644 (file)
@@ -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<AlignedAttr>())