diff options
author | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-06-04 20:07:59 +0000 |
---|---|---|
committer | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-06-04 20:07:59 +0000 |
commit | 06cad3c357b6c1e24b60e5a0b762899afb4e9c1d (patch) | |
tree | 28ae5ff52099c78e96fc398130cfadce19b0bdfe /gcc/ada/exp_dbug.ads | |
parent | e3e44e096cafece02f2f85a7cba7d8199ffc71cb (diff) | |
download | gcc-06cad3c357b6c1e24b60e5a0b762899afb4e9c1d.tar.gz |
2008-06-04 Basile Starynkevitch <basile@starynkevitch.net>
MELT branch merged with trunk r136369
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@136370 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/exp_dbug.ads')
-rw-r--r-- | gcc/ada/exp_dbug.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/exp_dbug.ads b/gcc/ada/exp_dbug.ads index 9a9d5377d83..2f8b3223368 100644 --- a/gcc/ada/exp_dbug.ads +++ b/gcc/ada/exp_dbug.ads @@ -358,7 +358,7 @@ package Exp_Dbug is -- the protected/non-locking version of the operation. -- Operations generated for protected entries follow the same encoding. - -- Each entry results in two suprograms: a procedure that holds the + -- Each entry results in two subprograms: a procedure that holds the -- entry body, and a function that holds the evaluation of the barrier. -- The names of these subprograms include the prefix '_E' or '_B' res- -- pectively. The names also include a numeric suffix to render them |