aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/s-unstyp.ads
diff options
context:
space:
mode:
authorRobert Dewar <dewar@adacore.com>2014-06-11 12:34:08 +0000
committerArnaud Charlet <charlet@gcc.gnu.org>2014-06-11 14:34:08 +0200
commitf852ffee9a67e7a12fd8222de726df01e743b3f5 (patch)
tree5bb9a5174c5c7b54aecd3d8ee2723712912d2ed6 /gcc/ada/s-unstyp.ads
parent9926efec7818a3e17253ead7438df96685da07e9 (diff)
downloadgcc-f852ffee9a67e7a12fd8222de726df01e743b3f5.zip
gcc-f852ffee9a67e7a12fd8222de726df01e743b3f5.tar.gz
gcc-f852ffee9a67e7a12fd8222de726df01e743b3f5.tar.bz2
gnat_rm.texi: Document System.Unsigned_Types.
2014-06-11 Robert Dewar <dewar@adacore.com> * gnat_rm.texi: Document System.Unsigned_Types. * impunit.adb: System.Unsigned_Types (s-unstyp.ads) is user accessible. * s-unstyp.ads: Update comments (this is now user available unit). From-SVN: r211458
Diffstat (limited to 'gcc/ada/s-unstyp.ads')
-rw-r--r--gcc/ada/s-unstyp.ads4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/s-unstyp.ads b/gcc/ada/s-unstyp.ads
index ee77af8..3b97599 100644
--- a/gcc/ada/s-unstyp.ads
+++ b/gcc/ada/s-unstyp.ads
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
--- Copyright (C) 1992-2013, Free Software Foundation, Inc. --
+-- Copyright (C) 1992-2014, 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- --
@@ -200,7 +200,7 @@ package System.Unsigned_Types is
-- previous version of the compiler and runtime, but are not needed
-- by the current version. We retain them to help with bootstrap path
-- problems. Also they seem harmless, and if any user programs have
- -- been (rather improperly) using these types, why discombobulate them?
+ -- been using these types, why discombobulate them?
subtype Packed_Bytes is Packed_Bytes4;
subtype Packed_Bytes_Unaligned is Packed_Bytes1;