summaryrefslogtreecommitdiff
path: root/gcc/btfout.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/btfout.cc')
-rw-r--r--gcc/btfout.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/btfout.cc b/gcc/btfout.cc
index 88c4d00bc70..31af50521da 100644
--- a/gcc/btfout.cc
+++ b/gcc/btfout.cc
@@ -19,7 +19,7 @@ along with GCC; see the file COPYING3. If not see
/* This file contains routines to output the BPF Type Format (BTF). The BTF
debug format is very similar to CTF; as a result, the structure of this file
- closely resembles that of ctfout.c, and the same CTF container objects are
+ closely resembles that of ctfout.cc, and the same CTF container objects are
used. */
#include "config.h"