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/a-crbtgk.adb | |
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/a-crbtgk.adb')
-rw-r--r-- | gcc/ada/a-crbtgk.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/a-crbtgk.adb b/gcc/ada/a-crbtgk.adb index f3f8e07dae4..a8acc40c94d 100644 --- a/gcc/ada/a-crbtgk.adb +++ b/gcc/ada/a-crbtgk.adb @@ -205,7 +205,7 @@ package body Ada.Containers.Red_Black_Trees.Generic_Keys is pragma Assert (Tree.Length > 0); -- A hint can either name the node that immediately follows Key, - -- or immediately precedes Key. We first test whether Key is is + -- or immediately precedes Key. We first test whether Key is -- less than the hint, and if so we compare Key to the node that -- precedes the hint. If Key is both less than the hint and -- greater than the hint's preceding neighbor, then we're done; |