From f753e7eb872f0c09a8eb280afb057184dc39e6d4 Mon Sep 17 00:00:00 2001 From: Norihiro Tanaka Date: Mon, 5 May 2014 16:14:01 +0900 Subject: [PATCH 2/2] dfa: fix comment * src/dfa.c (struct dfa): Fix comment typo. --- src/dfa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dfa.c b/src/dfa.c index 12fbdda..db8846f 100644 --- a/src/dfa.c +++ b/src/dfa.c @@ -338,7 +338,7 @@ struct dfa size_t nregexps; /* Count of parallel regexps being built with dfaparse. */ bool has_backref; /* True if has BACKREF in tokens. */ - bool multibyte; /* True iff MB_CUR_MAX > 1. */ + bool multibyte; /* True if MB_CUR_MAX > 1. */ token utf8_anychar_classes[5]; /* To lower ANYCHAR in UTF-8 locales. */ mbstate_t mbs; /* Multibyte conversion state. */ -- 1.9.2