]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/config/mips/driver-native.cc
Change references of .c files to .cc files
[thirdparty/gcc.git] / gcc / config / mips / driver-native.cc
index 7cfa381a1e5c305dcb9415a35b7708773bd03d62..47627f85ce1efcb71211e8934d49f2066414f372 100644 (file)
@@ -24,7 +24,7 @@ along with GCC; see the file COPYING3.  If not see
 #include "coretypes.h"
 #include "tm.h"
 
-/* This will be called by the spec parser in gcc.c when it sees
+/* This will be called by the spec parser in gcc.cc when it sees
    a %:local_cpu_detect(args) construct.  Currently it will be called
    with either "arch" or "tune" as argument depending on if -march=native
    or -mtune=native is to be substituted.