diff options
author | Gary Dismukes <dismukes@adacore.com> | 2017-04-25 13:21:15 +0000 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2017-04-25 15:21:15 +0200 |
commit | 2da8c8e2e36f256bd257ff12cc4f33cd876a114f (patch) | |
tree | 1d01436794ccb86a44c4c6a61a92910b12498259 /gcc/ada/sem_warn.adb | |
parent | 634a926b69be65a7b7db39f74538a91a98a89eab (diff) | |
download | gcc-2da8c8e2e36f256bd257ff12cc4f33cd876a114f.zip gcc-2da8c8e2e36f256bd257ff12cc4f33cd876a114f.tar.gz gcc-2da8c8e2e36f256bd257ff12cc4f33cd876a114f.tar.bz2 |
sem_prag.adb, [...]: Minor reformatting and typo fixes.
2017-04-25 Gary Dismukes <dismukes@adacore.com>
* sem_prag.adb, sem_warn.adb, sem_eval.adb: Minor reformatting and
typo fixes.
From-SVN: r247225
Diffstat (limited to 'gcc/ada/sem_warn.adb')
-rw-r--r-- | gcc/ada/sem_warn.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/sem_warn.adb b/gcc/ada/sem_warn.adb index e6511f4..d4f3e4f 100644 --- a/gcc/ada/sem_warn.adb +++ b/gcc/ada/sem_warn.adb @@ -3274,7 +3274,7 @@ package body Sem_Warn is -- Determine the potential outcome of the comparison assuming that the -- operands are valid. Do not consider instances because the check was -- already performed in the generic. Do not consider comparison between - -- an attribute reference and a compile time known value since this is + -- an attribute reference and a compile-time known value since this is -- most likely a conditional compilation. Do not consider internal files -- in order to allow for various assertions and safeguards within our -- runtime. |