diff options
author | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-09-15 15:01:57 +0000 |
---|---|---|
committer | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-09-15 15:01:57 +0000 |
commit | 86a58d7f49baf072530d96dd6b48a0b4f6bca911 (patch) | |
tree | 28780414aa6eae96bfb134b18a3bee72b9b7ff88 /gcc/ada/s-shasto.ads | |
parent | b828b315689edb38104fd4e0d938b8736f871194 (diff) | |
download | gcc-86a58d7f49baf072530d96dd6b48a0b4f6bca911.tar.gz |
2008-09-15 Basile Starynkevitch <basile@starynkevitch.net>
MELT branch merged with trunk r140370
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@140372 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/s-shasto.ads')
-rw-r--r-- | gcc/ada/s-shasto.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/s-shasto.ads b/gcc/ada/s-shasto.ads index 40089a33075..584e253c933 100644 --- a/gcc/ada/s-shasto.ads +++ b/gcc/ada/s-shasto.ads @@ -91,7 +91,7 @@ -- set a new value to the shared variable and, according to the used -- implementation, propagate this value among processes referencing it. -- A call to this procedure is generated by the expander after each --- assignement of the shared varible. +-- assignment of the shared variable. -- Note: a special circuit allows the use of stream attributes Read and -- Write for limited types (using the corresponding attribute for the |