diff lib/regcomp.c @ 12569:51ea446bf1f8

regcomp: fix typo in comment * lib/regcomp.c (duplicate_node_closure): Sync from glibc. s/satisfy/satisfies/.
author Jim Meyering <meyering@redhat.com>
date Mon, 04 Jan 2010 10:47:58 +0100
parents c97a23e70cb7
children 3ed9d84fee81
line wrap: on
line diff
--- a/lib/regcomp.c	Mon Jan 04 09:09:22 2010 +0100
+++ b/lib/regcomp.c	Mon Jan 04 10:47:58 2010 +0100
@@ -1546,7 +1546,7 @@
 	    }
 	  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))