aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/types.ads
diff options
context:
space:
mode:
authorRobert Dewar <dewar@adacore.com>2015-01-30 15:31:01 +0000
committerArnaud Charlet <charlet@gcc.gnu.org>2015-01-30 16:31:01 +0100
commit622599c6d2359ad2f43445754be185b0b177430a (patch)
treee0c41518ab48b912730cce663dd22e701f2c51b3 /gcc/ada/types.ads
parent0d1476cb57fbc0f647fd681ae1255ace57f5cb06 (diff)
downloadgcc-622599c6d2359ad2f43445754be185b0b177430a.zip
gcc-622599c6d2359ad2f43445754be185b0b177430a.tar.gz
gcc-622599c6d2359ad2f43445754be185b0b177430a.tar.bz2
a-assert.adb: Minor reformatting.
2015-01-30 Robert Dewar <dewar@adacore.com> * a-assert.adb: Minor reformatting. * sem_ch13.adb: Minor comment clarification. * types.ads: Minor comment update. * sem_eval.adb (Real_Or_String_Static_Predicate_Matches): Avoid blow up when we have a predicate that is nothing but an inherited dynamic predicate. From-SVN: r220290
Diffstat (limited to 'gcc/ada/types.ads')
-rw-r--r--gcc/ada/types.ads4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/types.ads b/gcc/ada/types.ads
index 29caf1f..ed3eac1 100644
--- a/gcc/ada/types.ads
+++ b/gcc/ada/types.ads
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
--- Copyright (C) 1992-2014, 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- --
@@ -107,7 +107,7 @@ package Types is
subtype Upper_Half_Character is
Character range Character'Val (16#80#) .. Character'Val (16#FF#);
- -- Characters with the upper bit set
+ -- 8-bit Characters with the upper bit set
type Character_Ptr is access all Character;
type String_Ptr is access all String;