summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2011-11-19 01:18:31 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2011-11-19 01:18:31 -0800
commit5396468298b0122469e0b41da8f49860d99a2b51 (patch)
tree4bd0a6db55e2c374402f88299b6347146719566f /test
parent7430c2a1791cc9fdd51b588998d26315489ac0d8 (diff)
downloademacs-5396468298b0122469e0b41da8f49860d99a2b51.tar.gz
Spelling fixes.
Diffstat (limited to 'test')
-rw-r--r--test/cedet/tests/testsppreplaced.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/cedet/tests/testsppreplaced.c b/test/cedet/tests/testsppreplaced.c
index 5098715081f..58d1ac2b684 100644
--- a/test/cedet/tests/testsppreplaced.c
+++ b/test/cedet/tests/testsppreplaced.c
@@ -69,7 +69,7 @@ int continuation_symbol () { };
int tail (int q) {}
-/* TEST: macros used impropertly. */
+/* TEST: macros used improperly */
int tail_fcn(int q);
@@ -98,7 +98,7 @@ namespace foo { namespace bar {
int foo_bar_func(int a) { }
- }
+ }
}
/* TEST: The VC++ macro hack. */
@@ -115,4 +115,3 @@ int MACROA () {
/* End */
-