Skip to content

Commit 8c7287d

Browse files
committed
Fix typo
1 parent 173443b commit 8c7287d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simplecpp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2391,7 +2391,7 @@ namespace simplecpp {
23912391
/** does the macro expansion have __VA_OPT__? */
23922392
bool variadicOpt;
23932393

2394-
/** Expansion value for varadic macros with __VA_OPT__ expanded and discarded respecively */
2394+
/** Expansion value for varadic macros with __VA_OPT__ expanded and discarded respectively */
23952395
const TokenList *optExpandValue;
23962396
const TokenList *optNoExpandValue;
23972397

0 commit comments

Comments
 (0)