File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ struct lexscannerYY_state
9292[[maybe_unused]] static const char *stateToString (int state);
9393// -----------------------------------------------------------------------------
9494
95- // forward declarations for statefull functions
95+ // forward declarations for stateful functions
9696static void handleCCode (yyscan_t yyscanner);
9797static int yyread (yyscan_t yyscanner,char *buf,int max_size);
9898
Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ static bool startOfRequiresExpression(const QCString &req);
229229static QCString extractBeginRawStringDelimiter (const char *str);
230230static QCString extractEndRawStringDelimiter (const char *str);
231231
232- // forward declarations for statefull functions
232+ // forward declarations for stateful functions
233233static void initParser (yyscan_t yyscanner);
234234static void initEntry (yyscan_t yyscanner);
235235static void lineCount (yyscan_t yyscanner);
You can’t perform that action at this time.
0 commit comments