* as/hc08/asmain.c,
[fw/sdcc] / as / link / lklex.c
index bac4a3b7eee9729622310c061597ddd0ed27470f..c29066edfc45fc4f4a17fb1a8d244fa49b3ab4bb 100644 (file)
@@ -508,7 +508,7 @@ loop:       if (pflag && cfp && cfp->f_type == F_STD)
                        } else
                        if (ftype == F_REL) {
                                sfp = afile(fid, LKOBJEXT, 0);
-                               /* if a .cdb file exists then copy it over */
+                               /* if a .adb file exists then copy it over */
                                if (dflag && sfp && dfp && pass == 0) {
                                        FILE *xfp = afile(fid,"adb",0); //JCF: Nov 30, 2002
                                        if (xfp) {