diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2011-05-02 19:39:53 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2011-05-02 19:39:53 +0000 |
commit | 01af97d3b23bded2b2b21af19bbc6e4cce49e5b3 (patch) | |
tree | 64a10f4c4154739d4a8191d7e1b52ce497f4ebd6 /test/Preprocessor/pragma-pushpop-macro.c | |
parent | c3b054d250cdca485c71845089c316e10610ebad (diff) |
Notes
Diffstat (limited to 'test/Preprocessor/pragma-pushpop-macro.c')
-rw-r--r-- | test/Preprocessor/pragma-pushpop-macro.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Preprocessor/pragma-pushpop-macro.c b/test/Preprocessor/pragma-pushpop-macro.c index 71b0e0e2600b3..08a65704e4cb0 100644 --- a/test/Preprocessor/pragma-pushpop-macro.c +++ b/test/Preprocessor/pragma-pushpop-macro.c @@ -25,7 +25,7 @@ int pmx3 = X; #pragma pop_macro("Y") int pmy1 = Y; -// Have a stray 'push' to show we don't crash when having inbalanced +// Have a stray 'push' to show we don't crash when having imbalanced // push/pop #pragma push_macro("Y") #define Y 4 |