]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/config/t-pnt16-warn
Change references of .c files to .cc files
[thirdparty/gcc.git] / gcc / config / t-pnt16-warn
index 5290578b6edef17adebd754b797514c0579de9e1..1727a82a069b059e989baf808d4aada445fd036f 100644 (file)
@@ -18,7 +18,7 @@
 # <http://www.gnu.org/licenses/>.
 
 
-# Because POINTER_SIZE is only 16, in dwarf2out.c,
+# Because POINTER_SIZE is only 16, in dwarf2out.cc,
 # DWARF_ARANGES_PAD_SIZE is 0, thus a loop in output_aranges that checks
 # (i < (unsigned) DWARF_ARANGES_PAD_SIZE) elicits a warning that the
 # comparison is always false.