diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2014-01-31 16:45:08 +0100 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2014-01-31 16:45:08 +0100 |
commit | bdfb8ec4aaf389281c221776f8d2cfd965557cda (patch) | |
tree | 5aa5a46f53fa07055ad80bd4dd393de58bb23341 /gcc/ada/s-tposen.ads | |
parent | 5b0e6852b1c277ca2e74ba50de7704fb740a2e5e (diff) | |
download | gcc-bdfb8ec4aaf389281c221776f8d2cfd965557cda.zip gcc-bdfb8ec4aaf389281c221776f8d2cfd965557cda.tar.gz gcc-bdfb8ec4aaf389281c221776f8d2cfd965557cda.tar.bz2 |
[multiple changes]
2014-01-31 Robert Dewar <dewar@adacore.com>
* exp_ch9.adb, s-tassta.adb, s-tposen.adb, s-tposen.ads: Minor
reformatting.
2014-01-31 Tristan Gingold <gingold@adacore.com>
* exp_disp.adb: Add a historic note.
2014-01-31 Robert Dewar <dewar@adacore.com>
* sem_warn.adb (Warn_On_Useless_Assignments): Add call to
Process_Deferred_References.
2014-01-31 Yannick Moy <moy@adacore.com>
* erroutc.adb (Validate_Specific_Warnings): Do not issue a message for
ineffective pragma Warnings(Off) in GNATprove_Mode.
From-SVN: r207351
Diffstat (limited to 'gcc/ada/s-tposen.ads')
-rw-r--r-- | gcc/ada/s-tposen.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/s-tposen.ads b/gcc/ada/s-tposen.ads index b2713bd..3bb0aa8 100644 --- a/gcc/ada/s-tposen.ads +++ b/gcc/ada/s-tposen.ads @@ -228,7 +228,7 @@ package System.Tasking.Protected_Objects.Single_Entry is Uninterpreted_Data : System.Address); -- Make a protected entry call to the specified object -- - -- Pend a protected entry call on the protected object represented by + -- Pends a protected entry call on the protected object represented by -- Object. A pended call is not queued; it may be executed immediately -- or queued, depending on the state of the entry barrier. -- |