diff options
author | Gary Dismukes <dismukes@adacore.com> | 2019-12-12 10:03:20 +0000 |
---|---|---|
committer | Pierre-Marie de Rodat <pmderodat@gcc.gnu.org> | 2019-12-12 10:03:20 +0000 |
commit | 4cdd4a33f42e0b3373bf74564d036a277dfc0dc1 (patch) | |
tree | c2bb0bdcdc2ca29a72a77e2343674d4955eac844 /gcc/ada/sem_ch4.adb | |
parent | 2f0a921fadf4e8bcc2820db0da227366ecd50bf7 (diff) | |
download | gcc-4cdd4a33f42e0b3373bf74564d036a277dfc0dc1.zip gcc-4cdd4a33f42e0b3373bf74564d036a277dfc0dc1.tar.gz gcc-4cdd4a33f42e0b3373bf74564d036a277dfc0dc1.tar.bz2 |
[Ada] Fix various typos, plus minor reformatting
2019-12-12 Gary Dismukes <dismukes@adacore.com>
gcc/ada/
* sem_ch4.adb, sem_res.adb: Minor reformatting.
From-SVN: r279298
Diffstat (limited to 'gcc/ada/sem_ch4.adb')
-rw-r--r-- | gcc/ada/sem_ch4.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/sem_ch4.adb b/gcc/ada/sem_ch4.adb index 81c5bfd..80be4d6 100644 --- a/gcc/ada/sem_ch4.adb +++ b/gcc/ada/sem_ch4.adb @@ -3747,7 +3747,7 @@ package body Sem_Ch4 is -- Due to our current model of controlled type expansion we may -- have resolved a user call to a non-visible controlled primitive -- since these inherited subprograms may be generated in the current - -- scope. This is a side-effect of the need for the expander to be + -- scope. This is a side effect of the need for the expander to be -- able to resolve internally generated calls. -- Specifically, the issue appears when predefined controlled |