diff options
Diffstat (limited to 'test/Sema/Inputs/pragma-pack1.h')
| -rw-r--r-- | test/Sema/Inputs/pragma-pack1.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/Inputs/pragma-pack1.h b/test/Sema/Inputs/pragma-pack1.h index abbf8a8609f1..3fd299e642a1 100644 --- a/test/Sema/Inputs/pragma-pack1.h +++ b/test/Sema/Inputs/pragma-pack1.h @@ -16,7 +16,7 @@ struct ReceivesPragma { }; #include "pragma-pack2.h" #ifdef SET_SECOND_HEADER -// expected-warning@-3 {{the current #pragma pack aligment value is modified in the included file}} +// expected-warning@-3 {{the current #pragma pack alignment value is modified in the included file}} #endif #ifdef PUSH_POP_FIRST_HEADER |
