summaryrefslogtreecommitdiff
path: root/gcc/config/t-pnt16-warn
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/t-pnt16-warn')
-rw-r--r--gcc/config/t-pnt16-warn2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/t-pnt16-warn b/gcc/config/t-pnt16-warn
index 5290578b6ed..1727a82a069 100644
--- a/gcc/config/t-pnt16-warn
+++ b/gcc/config/t-pnt16-warn
@@ -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.