diff mbox series

Fixed typo.

Message ID 20230418094048.177-1-jinma@linux.alibaba.com
State New
Headers show
Series Fixed typo. | expand

Commit Message

Jin Ma April 18, 2023, 9:40 a.m. UTC
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(-)

Comments

Jeff Law April 18, 2023, 1:29 p.m. UTC | #1
On 4/18/23 03:40, Jin Ma wrote:
> 	* gcc-interface/utils.cc (unchecked_convert): Fixed typo.
Thanks.  Installed.

jeff
diff mbox series

Patch

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