diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2022-12-01 16:36:09 +0100 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2022-12-01 16:36:09 +0100 |
commit | 70ecdebc92c879af90f2d25a2b751d1cc4f3f80d (patch) | |
tree | 27d9ebd0090f107cb4381b8155e08097c988a471 /test/manual/cedet/tests/testsppreplace.c | |
parent | a86ccb5f9dd4a5fe8e6af974d7f577e7b5d0a8d4 (diff) | |
download | emacs-70ecdebc92c879af90f2d25a2b751d1cc4f3f80d.tar.gz emacs-70ecdebc92c879af90f2d25a2b751d1cc4f3f80d.tar.bz2 emacs-70ecdebc92c879af90f2d25a2b751d1cc4f3f80d.zip |
; Fix typos (don't abbreviate "with" or "without")
Diffstat (limited to 'test/manual/cedet/tests/testsppreplace.c')
-rw-r--r-- | test/manual/cedet/tests/testsppreplace.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/manual/cedet/tests/testsppreplace.c b/test/manual/cedet/tests/testsppreplace.c index 54ae3f0323e..d255c202d35 100644 --- a/test/manual/cedet/tests/testsppreplace.c +++ b/test/manual/cedet/tests/testsppreplace.c @@ -66,7 +66,7 @@ int myFcn3 (int a, int b); MULTI_ARGS(ma_struct, moose, penguin, emu); -/* TEST: Macro w/ args, but no body. */ +/* TEST: Macro with args, but no body. */ #define NO_BODY(name) NO_BODY(Moose); @@ -78,7 +78,7 @@ int not_with_args_fcn NOT_WITH_ARGS { } -/* TEST: macro w/ continuation. */ +/* TEST: macro with continuation. */ #define WITH_CONT \ continuation_symbol |