aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/atree.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/atree.ads')
-rw-r--r--gcc/ada/atree.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/atree.ads b/gcc/ada/atree.ads
index 7ed476f..155cde3 100644
--- a/gcc/ada/atree.ads
+++ b/gcc/ada/atree.ads
@@ -730,7 +730,7 @@ package Atree is
-----------------------
-- Utility functions to test whether an Entity_Kind value, either given
- -- directly as the first argument, or the Ekind field of an Entity give
+ -- directly as the first argument, or the Ekind field of an Entity given
-- as the first argument, matches any of the given list of Entity_Kind
-- values. Return True if any match, False if no match.