aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/sem_warn.adb
diff options
context:
space:
mode:
authorGary Dismukes <dismukes@adacore.com>2017-04-25 13:21:15 +0000
committerArnaud Charlet <charlet@gcc.gnu.org>2017-04-25 15:21:15 +0200
commit2da8c8e2e36f256bd257ff12cc4f33cd876a114f (patch)
tree1d01436794ccb86a44c4c6a61a92910b12498259 /gcc/ada/sem_warn.adb
parent634a926b69be65a7b7db39f74538a91a98a89eab (diff)
downloadgcc-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.adb2
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.