diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2015-05-26 12:39:16 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2015-05-26 12:39:16 +0200 |
commit | a7b3792787e6c527360c4c12a3bd01821ff30e0d (patch) | |
tree | 57cb5655903b6037e2a2cf93de028a1484b1dd70 /gcc/ada/sem_ch13.adb | |
parent | 8349613899e2e1cf996052e2dba79e0551bfe880 (diff) | |
download | gcc-a7b3792787e6c527360c4c12a3bd01821ff30e0d.zip gcc-a7b3792787e6c527360c4c12a3bd01821ff30e0d.tar.gz gcc-a7b3792787e6c527360c4c12a3bd01821ff30e0d.tar.bz2 |
[multiple changes]
2015-05-26 Bob Duff <duff@adacore.com>
* einfo.adb, einfo.ads, sprint.adb, lib-xref.ads: Minor cleanup: Remove
obsolete Entity_Kinds E_String_Type and E_String_Subtype. Update
redundant assertions.
2015-05-26 Gary Dismukes <dismukes@adacore.com>
* sem_util.adb, sem_util.ads, sem_ch13.adb: Minor typo fixes.
From-SVN: r223680
Diffstat (limited to 'gcc/ada/sem_ch13.adb')
-rw-r--r-- | gcc/ada/sem_ch13.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/sem_ch13.adb b/gcc/ada/sem_ch13.adb index cc0248a..7abf871 100644 --- a/gcc/ada/sem_ch13.adb +++ b/gcc/ada/sem_ch13.adb @@ -8443,7 +8443,7 @@ package body Sem_Ch13 is and then Pragma_Name (Ritem) = Name_Predicate then -- Acquire arguments. The expression itself is copied for use - -- in the predicate function, to preserve the orignal version + -- in the predicate function, to preserve the original version -- for ASIS use. Arg1 := First (Pragma_Argument_Associations (Ritem)); |