We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 173443b commit 8c7287dCopy full SHA for 8c7287d
simplecpp.cpp
@@ -2391,7 +2391,7 @@ namespace simplecpp {
2391
/** does the macro expansion have __VA_OPT__? */
2392
bool variadicOpt;
2393
2394
- /** Expansion value for varadic macros with __VA_OPT__ expanded and discarded respecively */
+ /** Expansion value for varadic macros with __VA_OPT__ expanded and discarded respectively */
2395
const TokenList *optExpandValue;
2396
const TokenList *optNoExpandValue;
2397
0 commit comments