dwarf2ctf: fix typo in comment
authorJose E. Marchesi <jose.marchesi@oracle.com>
Wed, 13 Oct 2021 08:07:37 +0000 (10:07 +0200)
committerJose E. Marchesi <jose.marchesi@oracle.com>
Wed, 13 Oct 2021 08:07:37 +0000 (10:07 +0200)
gcc/ChangeLog:

* dwarf2ctf.c: Fix typo in comment.

gcc/dwarf2ctf.c

index b686baf..c9e7079 100644 (file)
@@ -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.