]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/config/gcn/mkoffload.cc
Change references of .c files to .cc files
[thirdparty/gcc.git] / gcc / config / gcn / mkoffload.cc
index 92c468997863db74cc70197a26ad4fff17559a00..94ba7ffa5af4e794973f7c376c5c2d389f7a2e90 100644 (file)
@@ -307,7 +307,7 @@ copy_early_debug_info (const char *infile, const char *outfile)
   int err;
 
   /* The simple_object code can handle extracting the debug sections.
-     This code is based on that in lto-wrapper.c.  */
+     This code is based on that in lto-wrapper.cc.  */
   int infd = open (infile, O_RDONLY | O_BINARY);
   if (infd == -1)
     return false;