aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/sem_util.adb
diff options
context:
space:
mode:
authorGary Dismukes <dismukes@adacore.com>2020-05-20 13:44:34 -0400
committerPierre-Marie de Rodat <derodat@adacore.com>2020-07-08 10:55:54 -0400
commit98ceb79632938c5dfa74dbf4c84854c0bba5e75a (patch)
treeb69b6d08d5e1b1e9b37007bdaf336dfe8897a3c0 /gcc/ada/sem_util.adb
parent5c63fd2c90405ce32a229ebadfea96e46413ec88 (diff)
downloadgcc-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.adb2
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.