regcomp: fix typo in comment
authorJim Meyering <meyering@redhat.com>
Mon, 4 Jan 2010 09:47:58 +0000 (10:47 +0100)
committerJim Meyering <meyering@redhat.com>
Mon, 4 Jan 2010 14:44:12 +0000 (15:44 +0100)
* lib/regcomp.c (duplicate_node_closure): Sync from glibc.
s/satisfy/satisfies/.

ChangeLog
lib/regcomp.c

index 79da54e1426687fdab383edbbf3fab87bdae6353..5bdb76b4e66b6a2bc57d8703461e9a48c120779f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2010-01-04  Jim Meyering  <meyering@redhat.com>
 
+       regcomp: fix typo in comment
+       * lib/regcomp.c (duplicate_node_closure): Sync from glibc.
+       s/satisfy/satisfies/.
+
        regcomp: sync from glibc: remove dead store
        * lib/regcomp.c (duplicate_node_closure): Remove useless
        search_duplicated_node call and dead store.
index 0b900c5b6b31a75d242d5d3a726b14da04b20617..ae75e1a9f13347970be34b8ff654811a1460624e 100644 (file)
@@ -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))