summaryrefslogtreecommitdiff
path: root/gcc/ada/impunit.adb
diff options
context:
space:
mode:
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2014-07-18 09:23:28 +0000
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2014-07-18 09:23:28 +0000
commit72a21fdd09d9fc5dd56a92e81a03f3a8cbdc08df (patch)
treeb02ad286762b2a84132da63b62041a80f09d3126 /gcc/ada/impunit.adb
parenteb66e842043b05ded0afafd335c334689d31a33a (diff)
downloadgcc-72a21fdd09d9fc5dd56a92e81a03f3a8cbdc08df.tar.gz
2014-07-18 Vincent Celier <celier@adacore.com>
* par-ch4.adb (Simple_Expression): Add missing style check for binary adding operators. (Term): Add missing style check for multiplying operators. 2014-07-18 Robert Dewar <dewar@adacore.com> * impunit.adb: Minor comment correction. * widechar.adb, s-wchcon.ads: Minor comment corrections. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@212783 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/impunit.adb')
-rw-r--r--gcc/ada/impunit.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/impunit.adb b/gcc/ada/impunit.adb
index ae7a5e29d97..750326fd1ae 100644
--- a/gcc/ada/impunit.adb
+++ b/gcc/ada/impunit.adb
@@ -382,8 +382,8 @@ package body Impunit is
("s-ststop", F), -- System.Strings.Stream_Ops
("s-tasinf", F), -- System.Task_Info
("s-unstyp", F), -- System.Unsigned_Types
- ("s-wchcnv", F), -- System.Wch_Cnv
- ("s-wchcon", F), -- System.Wch_Con
+ ("s-wchcnv", F), -- System.WCh_Cnv
+ ("s-wchcon", F), -- System.WCh_Con
-- The following are strictly speaking Ada 2012 units, but we are allowed
-- to add children to system, so we consider them to be implementation