aboutsummaryrefslogtreecommitdiff
path: root/gcc/dwarf2ctf.c
diff options
context:
space:
mode:
authorJose E. Marchesi <jose.marchesi@oracle.com>2021-10-13 10:07:37 +0200
committerJose E. Marchesi <jose.marchesi@oracle.com>2021-10-13 10:07:37 +0200
commit78fff8a4da1789521b44a1a94aed756441845647 (patch)
tree00ad651cf5429c4ea83b2ed92863f64cfe411483 /gcc/dwarf2ctf.c
parenta124c1b0a2595f285c0d8ed863b37b83e14a6566 (diff)
downloadgcc-78fff8a4da1789521b44a1a94aed756441845647.zip
gcc-78fff8a4da1789521b44a1a94aed756441845647.tar.gz
gcc-78fff8a4da1789521b44a1a94aed756441845647.tar.bz2
dwarf2ctf: fix typo in comment
gcc/ChangeLog: * dwarf2ctf.c: Fix typo in comment.
Diffstat (limited to 'gcc/dwarf2ctf.c')
-rw-r--r--gcc/dwarf2ctf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/dwarf2ctf.c b/gcc/dwarf2ctf.c
index b686baf..c9e7079 100644
--- a/gcc/dwarf2ctf.c
+++ b/gcc/dwarf2ctf.c
@@ -33,7 +33,7 @@ static ctf_id_t
gen_ctf_type (ctf_container_ref, dw_die_ref);
/* All the DIE structures we handle come from the DWARF information
- generated by GCC. However, there are two situations where we need
+ generated by GCC. However, there are three situations where we need
to create our own created DIE structures because GCC doesn't
provide them.