]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fixed typo.
authorJin Ma <jinma@linux.alibaba.com>
Tue, 18 Apr 2023 13:28:22 +0000 (07:28 -0600)
committerJeff Law <jlaw@ventanamicro>
Tue, 18 Apr 2023 13:28:22 +0000 (07:28 -0600)
gcc/ada
* gcc-interface/utils.cc (unchecked_convert): Fixed typo.

gcc/ada/gcc-interface/utils.cc

index 392ec0b7f4eacf3aabeab9fe26cf6e9df0bb04a1..0c4f8b90c8e022684477918da26ea0c7476313eb 100644 (file)
@@ -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