aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/sem_prag.adb
diff options
context:
space:
mode:
authorGary Dismukes <dismukes@adacore.com>2017-01-12 13:59:45 +0000
committerArnaud Charlet <charlet@gcc.gnu.org>2017-01-12 14:59:45 +0100
commit872fc7b53d4b2540b50c905fcfca78dcd9bf2ccb (patch)
tree9e945de11a9699d9821d2e8c9ab98126643ca38d /gcc/ada/sem_prag.adb
parent00420f7430267c2df25b71edcb401e4df443ac01 (diff)
downloadgcc-872fc7b53d4b2540b50c905fcfca78dcd9bf2ccb.zip
gcc-872fc7b53d4b2540b50c905fcfca78dcd9bf2ccb.tar.gz
gcc-872fc7b53d4b2540b50c905fcfca78dcd9bf2ccb.tar.bz2
sem_prag.adb: Minor reformatting.
2017-01-12 Gary Dismukes <dismukes@adacore.com> * sem_prag.adb: Minor reformatting. * sem_util.adb (Unique_Entity): fix result for bodies of entry families. From-SVN: r244363
Diffstat (limited to 'gcc/ada/sem_prag.adb')
-rw-r--r--gcc/ada/sem_prag.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/sem_prag.adb b/gcc/ada/sem_prag.adb
index 58dd3e8..6bf680f 100644
--- a/gcc/ada/sem_prag.adb
+++ b/gcc/ada/sem_prag.adb
@@ -3296,7 +3296,7 @@ package body Sem_Prag is
elsif Ekind (Item_Id) = E_Constant then
Error_Msg_Name_1 := Chars (Encap_Id);
SPARK_Msg_NE
- (Fix_Msg (Encap_Typ, "consant & cannot act as constituent of "
+ (Fix_Msg (Encap_Typ, "constant & cannot act as constituent of "
& "single protected type %"), Indic, Item_Id);
-- The constituent is a package instantiation
@@ -11831,7 +11831,7 @@ package body Sem_Prag is
procedure Resolve_Suppressible (Policy : Node_Id);
-- Converts the assertion policy 'Suppressible' to either Check or
- -- ignore based on whether checks are suppressed via -gnatp or ???
+ -- Ignore based on whether checks are suppressed via -gnatp or ???
--------------------------
-- Resolve_Suppressible --