diff options
Diffstat (limited to 'gcc/ada/misc.c')
-rw-r--r-- | gcc/ada/misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/misc.c b/gcc/ada/misc.c index c6fb0d9..67de3ff 100644 --- a/gcc/ada/misc.c +++ b/gcc/ada/misc.c @@ -776,7 +776,7 @@ gnat_type_max_size (tree gnu_type) { tree max_adasize = max_size (TYPE_ADA_SIZE (gnu_type), true); - /* If we have succeded in finding a constant, round it up to the + /* If we have succeeded in finding a constant, round it up to the type's alignment and return the result in byte units. */ if (host_integerp (max_adasize, 1)) |