diff options
Diffstat (limited to 'gcc/ada/a-wtinio.ads')
-rw-r--r-- | gcc/ada/a-wtinio.ads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/a-wtinio.ads b/gcc/ada/a-wtinio.ads index b078ee379bb..c2821db60dc 100644 --- a/gcc/ada/a-wtinio.ads +++ b/gcc/ada/a-wtinio.ads @@ -16,8 +16,8 @@ -- In Ada 95, the package Ada.Wide_Text_IO.Integer_IO is a subpackage -- of Wide_Text_IO. In GNAT we make it a child package to avoid loading -- the necessary code if Integer_IO is not instantiated. See the routine --- Rtsfind.Text_IO_Kludge for a description of how we patch up the --- difference in semantics so that it is invisible to the Ada programmer. +-- Rtsfind.Check_Text_IO_Special_Unit for a description of how we patch up +-- the difference in semantics so that it is invisible to the Ada programmer. private generic type Num is range <>; |