Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6756c8a

Browse files
committed
Fix old typo in comment.
NFAs have children, but their individual states don't.
1 parent9a9473f commit6756c8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/include/regex/regguts.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,8 +331,8 @@ struct nfa
331331
colorbos[2];/* colors, if any, assigned to BOS and BOL */
332332
coloreos[2];/* colors, if any, assigned to EOS and EOL */
333333
size_tsize;/* Current NFA size; differs from nstates as
334-
* it also counts the number of statescreated
335-
*bychildren of thisstate. */
334+
* it also counts the number of statesin
335+
* children of thisNFA. */
336336
structvars*v;/* simplifies compile error reporting */
337337
structnfa*parent;/* parent NFA, if any */
338338
};

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp