aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/a-tigeli.adb
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@adacore.com>2015-10-16 12:25:58 +0000
committerArnaud Charlet <charlet@gcc.gnu.org>2015-10-16 14:25:58 +0200
commit57d3adcd5e4e9e3b9b0f05fc5051fcbf0bb88f09 (patch)
treeb977087bad143c37e8583e90aa75bc7979ea8b65 /gcc/ada/a-tigeli.adb
parente83ed69230cd8893af4fb5309e55fcbf663be112 (diff)
downloadgcc-57d3adcd5e4e9e3b9b0f05fc5051fcbf0bb88f09.zip
gcc-57d3adcd5e4e9e3b9b0f05fc5051fcbf0bb88f09.tar.gz
gcc-57d3adcd5e4e9e3b9b0f05fc5051fcbf0bb88f09.tar.bz2
checks.adb: Fix typo.
2015-10-16 Arnaud Charlet <charlet@adacore.com> * checks.adb: Fix typo. * s-osinte-linux.ads: Add header. * projects.texi: Removed, no longer used. * s-multip.adb: Minor: fix header. * sem_ch3.adb, exp_ch7.adb, g-dirope.ads, sinfo.ads, types.ads, a-textio.adb, s-exctra.adb, ali.adb, back_end.ads, exp_intr.adb, a-tigeli.adb, exp_ch3.adb, s-os_lib.ads: Remove further references to .NET. * gnatlink.adb, opt.ads, exp_aggr.adb, s-solita.adb: Minor comment updates. From-SVN: r228880
Diffstat (limited to 'gcc/ada/a-tigeli.adb')
-rw-r--r--gcc/ada/a-tigeli.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/a-tigeli.adb b/gcc/ada/a-tigeli.adb
index c23cd34..8273b05 100644
--- a/gcc/ada/a-tigeli.adb
+++ b/gcc/ada/a-tigeli.adb
@@ -6,7 +6,7 @@
-- --
-- B o d y --
-- --
--- Copyright (C) 1992-2010, Free Software Foundation, Inc. --
+-- Copyright (C) 1992-2015, Free Software Foundation, Inc. --
-- --
-- GNAT is free software; you can redistribute it and/or modify it under --
-- terms of the GNU General Public License as published by the Free Soft- --
@@ -32,7 +32,7 @@
-- The implementation of Ada.Text_IO.Get_Line is split into a subunit so that
-- different implementations can be used on different systems. This is the
-- standard implementation (it uses low level features not suitable for use
--- in the JVM or .NET implementations).
+-- on virtual machines).
with System; use System;
with System.Storage_Elements; use System.Storage_Elements;