diff options
author | Chris Lattner <sabre@nondot.org> | 2011-04-15 05:22:18 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2011-04-15 05:22:18 +0000 |
commit | 57540c5be0c31cc91cc608462954bdd7cf8a44e7 (patch) | |
tree | e7e0d92899935d210ba57ca6c430bb733ceccb58 /clang/test/Preprocessor/pragma-pushpop-macro.c | |
parent | 0ab5e2cdedba59b4f81152d72d70e1796f796834 (diff) | |
download | bcm5719-llvm-57540c5be0c31cc91cc608462954bdd7cf8a44e7.tar.gz bcm5719-llvm-57540c5be0c31cc91cc608462954bdd7cf8a44e7.zip |
fix a bunch of comment typos found by codespell. Patch by
Luis Felipe Strano Moraes!
llvm-svn: 129559
Diffstat (limited to 'clang/test/Preprocessor/pragma-pushpop-macro.c')
-rw-r--r-- | clang/test/Preprocessor/pragma-pushpop-macro.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Preprocessor/pragma-pushpop-macro.c b/clang/test/Preprocessor/pragma-pushpop-macro.c index 71b0e0e2600..08a65704e4c 100644 --- a/clang/test/Preprocessor/pragma-pushpop-macro.c +++ b/clang/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 |