From 7985a75ad0cd606794fac7ba662637372bd204a9 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Mon, 18 Jan 2016 05:52:52 +0200 Subject: Minor bug fix and cleanup in regex routines, from GNULIB. --- regex_internal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'regex_internal.c') diff --git a/regex_internal.c b/regex_internal.c index fcfa4ada..2d170932 100644 --- a/regex_internal.c +++ b/regex_internal.c @@ -1632,7 +1632,7 @@ free_state (re_dfastate_t *state) re_free (state); } -/* Create the new state which is independ of contexts. +/* Create the new state which is independent of contexts. Return the new state if succeeded, otherwise return NULL. */ static re_dfastate_t * -- cgit v1.2.3