We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a9473f commit 6756c8aCopy full SHA for 6756c8a
src/include/regex/regguts.h
@@ -331,8 +331,8 @@ struct nfa
331
color bos[2]; /* colors, if any, assigned to BOS and BOL */
332
color eos[2]; /* colors, if any, assigned to EOS and EOL */
333
size_t size; /* Current NFA size; differs from nstates as
334
- * it also counts the number of states created
335
- * by children of this state. */
+ * it also counts the number of states in
+ * children of this NFA. */
336
struct vars *v; /* simplifies compile error reporting */
337
struct nfa *parent; /* parent NFA, if any */
338
};
0 commit comments