diff options
author | Gary Dismukes <dismukes@adacore.com> | 2018-09-26 09:15:48 +0000 |
---|---|---|
committer | Pierre-Marie de Rodat <pmderodat@gcc.gnu.org> | 2018-09-26 09:15:48 +0000 |
commit | e5d163235117f137292f450a2d38b9695f6c6311 (patch) | |
tree | 08a1839c918f4e74b6ab146637dccfad8c6e5550 /gcc/ada/layout.adb | |
parent | 5e14418b07376add230c52ac4c53efd65fd3b8c9 (diff) | |
download | gcc-e5d163235117f137292f450a2d38b9695f6c6311.zip gcc-e5d163235117f137292f450a2d38b9695f6c6311.tar.gz gcc-e5d163235117f137292f450a2d38b9695f6c6311.tar.bz2 |
[Ada] Fix miscellaneous typos
2018-09-26 Gary Dismukes <dismukes@adacore.com>
gcc/ada/
* exp_ch9.adb, layout.adb, sem_attr.adb, sem_res.adb: Fix
miscellaneous typos.
From-SVN: r264599
Diffstat (limited to 'gcc/ada/layout.adb')
-rw-r--r-- | gcc/ada/layout.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/layout.adb b/gcc/ada/layout.adb index a7b24ab..91640c1 100644 --- a/gcc/ada/layout.adb +++ b/gcc/ada/layout.adb @@ -328,7 +328,7 @@ package body Layout is -- If unnesting subprograms, subprogram access types contain the -- address of both the subprogram and an activation record. But if we -- set that, we'll get a warning on different unchecked conversion - -- sizes in the RTS. So leave unset ub that case. + -- sizes in the RTS. So leave unset in that case. elsif Unnest_Subprogram_Mode and then Is_Access_Subprogram_Type (E) |