diff -r 469de0f54b0e -r 96f3928ebd96 stage4/generate_c/generate_c.cc --- a/stage4/generate_c/generate_c.cc Mon Aug 11 07:55:11 2014 +0100 +++ b/stage4/generate_c/generate_c.cc Mon Aug 11 07:56:00 2014 +0100 @@ -781,7 +781,7 @@ /* This class will generate a new datatype for each implicitly declared array datatype * (i.e. arrays declared in a variable declaration, or a struct datatype declaration...) - * It will do the same for implicitly declared RFE_TO datatypes. + * It will do the same for implicitly declared REF_TO datatypes. * * The class will be called once for each POU declaration, and once for each derived datatype declaration. *