summaryrefslogtreecommitdiff
path: root/src/ielr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ielr.c')
-rw-r--r--src/ielr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ielr.c b/src/ielr.c
index 867b8a0a..a205a87d 100644
--- a/src/ielr.c
+++ b/src/ielr.c
@@ -540,7 +540,7 @@ typedef struct state_list
/**
* nextIsocore is the next state in a circularly linked-list of all states
* with the same core. The one originally computed by generate_states in
- * LR0.c is lr0Isocore.
+ * lr0.c is lr0Isocore.
*/
struct state_list *lr0Isocore;
struct state_list *nextIsocore;