From 8ca76081a985a0dda3bddf8f172b794495efea33 Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Tue, 3 Jan 2012 10:56:31 +0100 Subject: dfa: fix incorrect comment * src/dfa.c (dfastate): Fix comment for newline. --- src/dfa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dfa.c b/src/dfa.c index 2f751c66..8dbadd53 100644 --- a/src/dfa.c +++ b/src/dfa.c @@ -2364,7 +2364,7 @@ dfastate (int s, struct dfa *d, int trans[]) charclass leftovers; /* Stuff in the label that didn't match. */ int leftoversf; /* True if leftovers is nonempty. */ static charclass letters; /* Set of characters considered letters. */ - static charclass newline; /* Set of characters that aren't newline. */ + static charclass newline; /* Set of characters that are newline. */ position_set follows; /* Union of the follows of some group. */ position_set tmp; /* Temporary space for merging sets. */ int state; /* New state. */ -- cgit v1.2.1