diff options
author | Gary Dismukes <dismukes@adacore.com> | 2020-05-20 13:44:34 -0400 |
---|---|---|
committer | Pierre-Marie de Rodat <derodat@adacore.com> | 2020-07-08 10:55:54 -0400 |
commit | 98ceb79632938c5dfa74dbf4c84854c0bba5e75a (patch) | |
tree | b69b6d08d5e1b1e9b37007bdaf336dfe8897a3c0 /gcc/ada/sem_util.adb | |
parent | 5c63fd2c90405ce32a229ebadfea96e46413ec88 (diff) | |
download | gcc-98ceb79632938c5dfa74dbf4c84854c0bba5e75a.zip gcc-98ceb79632938c5dfa74dbf4c84854c0bba5e75a.tar.gz gcc-98ceb79632938c5dfa74dbf4c84854c0bba5e75a.tar.bz2 |
[Ada] Minor reformatting and typo fix
gcc/ada/
* sem_attr.adb: Remove hyphens in comments, plus minor code
reformatting.
* sem_ch13.adb: Fix typo (that => than).
* sem_util.adb: Add hyphen in comment ("class-wide").
Diffstat (limited to 'gcc/ada/sem_util.adb')
-rw-r--r-- | gcc/ada/sem_util.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/sem_util.adb b/gcc/ada/sem_util.adb index 7ec52b3..f7a7c1f 100644 --- a/gcc/ada/sem_util.adb +++ b/gcc/ada/sem_util.adb @@ -1517,7 +1517,7 @@ package body Sem_Util is -- corresponding class-wide condition was analyzed. -- The body of the original condition may contain references to - -- the formals of Spec_Id. In the body of the classwide clone, + -- the formals of Spec_Id. In the body of the class-wide clone, -- these must be replaced with the corresponding formals of -- the clone. |