public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] Fixed typo.
@ 2023-04-18  9:40 Jin Ma
  2023-04-18 13:29 ` Jeff Law
  0 siblings, 1 reply; 2+ messages in thread
From: Jin Ma @ 2023-04-18  9:40 UTC (permalink / raw)
  To: gcc-patches; +Cc: jeffreyalaw, ijinma, Jin Ma

gcc/ada/ChangeLog:

	* gcc-interface/utils.cc (unchecked_convert): Fixed typo.
---
 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
-- 
2.17.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Fixed typo.
  2023-04-18  9:40 [PATCH] Fixed typo Jin Ma
@ 2023-04-18 13:29 ` Jeff Law
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Law @ 2023-04-18 13:29 UTC (permalink / raw)
  To: Jin Ma, gcc-patches; +Cc: ijinma



On 4/18/23 03:40, Jin Ma wrote:
> 	* gcc-interface/utils.cc (unchecked_convert): Fixed typo.
Thanks.  Installed.

jeff

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-04-18 13:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-18  9:40 [PATCH] Fixed typo Jin Ma
2023-04-18 13:29 ` 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).