]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/config/msp430/msp430-devices.cc
Change references of .c files to .cc files
[thirdparty/gcc.git] / gcc / config / msp430 / msp430-devices.cc
index 85a2ad1b5bee075536e6ba1f64c52cc30cf29d6d..95288e525c2dba6da102046dbd3c3861626320b0 100644 (file)
@@ -98,7 +98,7 @@ extract_devices_dir_from_exec_prefix (char **devices_loc)
   char *gcc_exec_prefix = *devices_loc;
   int len = strlen (gcc_exec_prefix);
 
-  /* Copied from gcc.c.  */
+  /* Copied from gcc.cc.  */
   if (len > (int) sizeof ("/lib/gcc/") - 1
       && (IS_DIR_SEPARATOR (gcc_exec_prefix[len-1])))
     {