[COMMITTED] dwarf2ctf: fix typo in comment

Message ID 20211013081035.2069-1-jose.marchesi@oracle.com
State Committed
Commit 78fff8a4da1789521b44a1a94aed756441845647
Headers
Series [COMMITTED] dwarf2ctf: fix typo in comment |

Commit Message

Jose E. Marchesi Oct. 13, 2021, 8:10 a.m. UTC
  gcc/ChangeLog:

	* dwarf2ctf.c: Fix typo in comment.
---
 gcc/dwarf2ctf.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

diff --git a/gcc/dwarf2ctf.c b/gcc/dwarf2ctf.c
index b686bafda44..c9e70798a3b 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.