summaryrefslogtreecommitdiff
path: root/lib/regcomp.c
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2010-01-04 10:47:58 +0100
committerJim Meyering <meyering@redhat.com>2010-01-04 15:44:12 +0100
commit608bb2b7d5328b72a43d86bd1688aca49fd46df0 (patch)
tree8778cdd316da7fac6a24de96672cd1e13a89216a /lib/regcomp.c
parentf9b39ec6f1bc8613617abda1a29726a2a984ad45 (diff)
downloadgnulib-608bb2b7d5328b72a43d86bd1688aca49fd46df0.tar.gz
regcomp: fix typo in comment
* lib/regcomp.c (duplicate_node_closure): Sync from glibc. s/satisfy/satisfies/.
Diffstat (limited to 'lib/regcomp.c')
-rw-r--r--lib/regcomp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/regcomp.c b/lib/regcomp.c
index 0b900c5b6b..ae75e1a9f1 100644
--- a/lib/regcomp.c
+++ b/lib/regcomp.c
@@ -1546,7 +1546,7 @@ duplicate_node_closure (re_dfa_t *dfa, Idx top_org_node, Idx top_clone_node,
}
else
{
- /* There is a duplicated node which satisfy the constraint,
+ /* There is a duplicated node which satisfies the constraint,
use it to avoid infinite loop. */
ok = re_node_set_insert (dfa->edests + clone_node, clone_dest);
if (BE (! ok, 0))