Fixing typo (singed -> signed); NFC

This commit is contained in:
Aaron Ballman 2020-04-29 10:33:21 -04:00
parent f9106e85c4
commit e00071db08
1 changed files with 1 additions and 1 deletions

View File

@ -2742,7 +2742,7 @@ bool Parser::ParseImplicitInt(DeclSpec &DS, CXXScopeSpec *SS,
default:
// This is probably supposed to be a type. This includes cases like:
// int f(itn);
// struct S { unsinged : 4; };
// struct S { unsigned : 4; };
break;
}
}