stage4/generate_c/generate_c.cc
changeset 930 96f3928ebd96
parent 920 4369ce5e687f
child 933 76324f461aed
--- 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.
  *