summaryrefslogtreecommitdiffstats
path: root/gcc/ada/sem_ch10.adb
diff options
context:
space:
mode:
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2014-02-25 14:59:33 +0000
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2014-02-25 14:59:33 +0000
commit8f50bc39f3513ddd4fcf165bf1c01c6b5d06dc57 (patch)
tree7ad4206adac35ae43fd75b733004cbb9840f9970 /gcc/ada/sem_ch10.adb
parent2e9276466cf9fd431e1f1800e574684a9db76b17 (diff)
downloadppe42-gcc-8f50bc39f3513ddd4fcf165bf1c01c6b5d06dc57.tar.gz
ppe42-gcc-8f50bc39f3513ddd4fcf165bf1c01c6b5d06dc57.zip
2014-02-25 Tristan Gingold <gingold@adacore.com>
* sem_ch10.adb: Minor comment fix. 2014-02-25 Bob Duff <duff@adacore.com> * s-tasdeb.adb: Misc cleanup of this package, including printing addresses in hexadecimal. (Write): Fix minor bug when taking 'Address of an empty string. 2014-02-25 Ed Schonberg <schonberg@adacore.com> * sem_prag.adb (Analyze_Part_Of): Reject state refinement in a public child unit when it does not refer to the abstract state of a public ancestor. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208131 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/sem_ch10.adb')
-rw-r--r--gcc/ada/sem_ch10.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/sem_ch10.adb b/gcc/ada/sem_ch10.adb
index 958bbb24c58..7714526ae99 100644
--- a/gcc/ada/sem_ch10.adb
+++ b/gcc/ada/sem_ch10.adb
@@ -1110,8 +1110,8 @@ package body Sem_Ch10 is
end;
end if;
- -- Deal with creating elaboration Boolean if needed. We create an
- -- elaboration boolean only for units that come from source since
+ -- Deal with creating elaboration counter if needed. We create an
+ -- elaboration counter only for units that come from source since
-- units manufactured by the compiler never need elab checks.
if Comes_From_Source (N)
OpenPOWER on IntegriCloud