summaryrefslogtreecommitdiff
path: root/src/regexp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/regexp.h')
-rw-r--r--src/regexp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regexp.h b/src/regexp.h
index fa3ff42dc..c2fafef9a 100644
--- a/src/regexp.h
+++ b/src/regexp.h
@@ -81,7 +81,7 @@ typedef struct
/*
* Structure representing a NFA state.
- * A NFA state may have no outgoing edge, when it is a NFA_MATCH state.
+ * An NFA state may have no outgoing edge, when it is a NFA_MATCH state.
*/
typedef struct nfa_state nfa_state_T;
struct nfa_state