diff options
Diffstat (limited to 'gcc/ada/utils2.c')
-rw-r--r-- | gcc/ada/utils2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/utils2.c b/gcc/ada/utils2.c index a380d4498bc..3c6cb0074eb 100644 --- a/gcc/ada/utils2.c +++ b/gcc/ada/utils2.c @@ -143,7 +143,7 @@ known_alignment (tree exp) both type and expression information in this case. Beware that we can still get a dummy designated subtype here (e.g. Taft - Amendement types), in which the alignment information is meaningless and + Amendment types), in which the alignment information is meaningless and should be ignored. We always compute a type_alignment value and return the MAX of it |