* as/mcs51/aslink.h: completed lkrloc.c prototypes
[fw/sdcc] / src / SDCCval.c
index 6f7ffaf73db232a8c872db109129e4713f2292ee..0cc9d811f7506eabbdd694b1569065c5991f7232 100644 (file)
@@ -532,7 +532,7 @@ value *constVal (char *s)
   }
 
   /* Setup the flags first */
-  /* set the _long flag if 'lL' is found */
+  /* set the b_long flag if 'lL' is found */
   if (strchr (s, 'l') || strchr (s, 'L')) {
     SPEC_NOUN (val->type) = V_INT;
     SPEC_LONG (val->type) = 1;