fix typo; NFC

llvm-svn: 274278
This commit is contained in:
Sanjay Patel 2016-06-30 21:02:40 +00:00
parent 1341d4cde1
commit 2f9303a53d
1 changed files with 1 additions and 1 deletions

View 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>())