public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-4377] dwarf2ctf: fix typo in comment
@ 2021-10-13 16:59 Indu Bhagat
  0 siblings, 0 replies; only message in thread
From: Indu Bhagat @ 2021-10-13 16:59 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:1456bd4720224b054942ec01800a95f41e2ccb02

commit r12-4377-g1456bd4720224b054942ec01800a95f41e2ccb02
Author: Indu Bhagat <indu.bhagat@oracle.com>
Date:   Wed Oct 13 09:58:46 2021 -0700

    dwarf2ctf: fix typo in comment
    
    gcc/ChangeLog:
    
            * dwarf2ctf.c (gen_ctf_array_type): Fix typo in comment.

Diff:
---
 gcc/dwarf2ctf.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/dwarf2ctf.c b/gcc/dwarf2ctf.c
index c9e70798a3b..edd3281dd9a 100644
--- a/gcc/dwarf2ctf.c
+++ b/gcc/dwarf2ctf.c
@@ -368,7 +368,7 @@ gen_ctf_array_type (ctf_container_ref ctfc, dw_die_ref array_type)
 
   /* DWARF array types pretend C supports multi-dimensional arrays.
      So for the type int[N][M], the array type DIE contains two
-     subrange_type children, the first iwth upper bound N-1 and the
+     subrange_type children, the first with upper bound N-1 and the
      second with upper bound M-1.
 
      CTF, on the other hand, just encodes each array type in its own


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-10-13 16:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-13 16:59 [gcc r12-4377] dwarf2ctf: fix typo in comment Indu Bhagat

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).