summaryrefslogtreecommitdiff
path: root/gcc/ada/a-cbhase.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/a-cbhase.ads')
-rw-r--r--gcc/ada/a-cbhase.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/a-cbhase.ads b/gcc/ada/a-cbhase.ads
index 8854357a084..9618ff3087e 100644
--- a/gcc/ada/a-cbhase.ads
+++ b/gcc/ada/a-cbhase.ads
@@ -258,7 +258,7 @@ package Ada.Containers.Bounded_Hashed_Sets is
procedure Symmetric_Difference (Target : in out Set; Source : Set);
-- The operation iterates over the Source set, searching for the element
-- in Target (calling Hash and Equivalent_Elements). If an equivalent
- -- elementis found, it is removed from Target; otherwise it is inserted
+ -- element is found, it is removed from Target; otherwise it is inserted
-- into Target.
function Symmetric_Difference (Left, Right : Set) return Set;