diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-04-22 10:50:34 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-04-22 10:50:34 +0000 |
commit | 8f67614e570442b8e709e8f5b7715b6919556404 (patch) | |
tree | cbc3904c0e6afea160d66f909866dfcf312f9376 /gcc/ada/sem_prag.ads | |
parent | 33f4cefa88ccca1748ad2753a4e05718d8183253 (diff) | |
download | gcc-8f67614e570442b8e709e8f5b7715b6919556404.tar.gz |
2013-04-22 Yannick Moy <moy@adacore.com>
* exp_prag.adb, sinfo.ads, sem_prag.ads: Minor correction of typos in
comments.
* sem_ch6.adb (Expand_Contract_Cases): Add location to message.
2013-04-22 Thomas Quinot <quinot@adacore.com>
* sem_prag.adb (Fix_Error): For a pragma rewritten from another
pragma, fix up error message to include original pragma name.
* par_sco.adb: Minor reformatting.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@198133 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/sem_prag.ads')
-rw-r--r-- | gcc/ada/sem_prag.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/sem_prag.ads b/gcc/ada/sem_prag.ads index 8d0d53d5c40..860005ec5ae 100644 --- a/gcc/ada/sem_prag.ads +++ b/gcc/ada/sem_prag.ads @@ -55,7 +55,7 @@ package Sem_Prag is -- in Sem "Handling of Default and Per-Object Expressions..."). function Check_Kind (Nam : Name_Id) return Name_Id; - -- This function is used in connection with pragmas Assertion, Check, + -- This function is used in connection with pragmas Assert, Check, -- and assertion aspects and pragmas, to determine if Check pragmas -- (or corresponding assertion aspects or pragmas) are currently active -- as determined by the presence of -gnata on the command line (which |