public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r14-33] Fixed typo.
@ 2023-04-18 13:28 Jeff Law
  0 siblings, 0 replies; only message in thread
From: Jeff Law @ 2023-04-18 13:28 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:fc8eaf42393d462e0454fa36a41fa313408b87cb

commit r14-33-gfc8eaf42393d462e0454fa36a41fa313408b87cb
Author: Jin Ma <jinma@linux.alibaba.com>
Date:   Tue Apr 18 07:28:22 2023 -0600

    Fixed typo.
    
    gcc/ada
            * gcc-interface/utils.cc (unchecked_convert): Fixed typo.

Diff:
---
 gcc/ada/gcc-interface/utils.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/ada/gcc-interface/utils.cc b/gcc/ada/gcc-interface/utils.cc
index 392ec0b7f4e..0c4f8b90c8e 100644
--- a/gcc/ada/gcc-interface/utils.cc
+++ b/gcc/ada/gcc-interface/utils.cc
@@ -5543,7 +5543,7 @@ unchecked_convert (tree type, tree expr, bool notrunc_p)
 	}
     }
 
-  /* Likewise if we are converting from a fixed-szie type to a type with self-
+  /* Likewise if we are converting from a fixed-size type to a type with self-
      referential size.  We use the max size to do the padding in this case.  */
   else if (!INDIRECT_REF_P (expr)
 	   && TREE_CODE (expr) != STRING_CST

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

only message in thread, other threads:[~2023-04-18 13:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-18 13:28 [gcc r14-33] Fixed typo Jeff Law

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).