fixing typo

This commit is contained in:
badair
2016-04-08 09:59:30 -05:00
parent a76cbe866a
commit 3451ec76e1

View File

@@ -19,7 +19,7 @@ struct foo {};
int main() {
//depending on your platform, pmf may alrady have an implicit __cdecl
//depending on your platform, pmf may already have an implicit __cdecl
using pmf = void(foo::*)();
using expect = void(__cdecl foo::*)();
using test = ct::add_calling_convention<pmf, ct::cdecl_tag>;