summaryrefslogtreecommitdiff
path: root/src/ielr.c
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2019-01-24 08:32:39 +0100
committerAkim Demaille <akim.demaille@gmail.com>2019-01-26 16:21:35 +0100
commit83463dfbee32f0d289a6fcfc2cf7801f5a910c82 (patch)
treed9c1c0cd4e82fb30829a4cb9a37bc8924d9e3ccc /src/ielr.c
parentc3c50c00302e250c07b1b5b4fa2f00d650084a9f (diff)
downloadbison-83463dfbee32f0d289a6fcfc2cf7801f5a910c82.tar.gz
style: rename LR0.* as lr0.*
Let's stick to lower case for file names. * src/LR0.h, src/LR0.c: Rename as... * src/lr0.h, src/lr0.c: these.
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;