From 83463dfbee32f0d289a6fcfc2cf7801f5a910c82 Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Thu, 24 Jan 2019 08:32:39 +0100 Subject: 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. --- src/ielr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ielr.c') 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; -- cgit v1.2.1