summaryrefslogtreecommitdiff
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 e217ca0f462..7ed476fa8a1 100644
--- a/gcc/ada/atree.ads
+++ b/gcc/ada/atree.ads
@@ -4138,7 +4138,7 @@ package Atree is
-- These flags are used in the usual manner in Sinfo and Einfo
Is_Ignored_Ghost_Node : Boolean;
- -- Flag denothing whether the node is subject to pragma Ghost with
+ -- Flag denoting whether the node is subject to pragma Ghost with
-- policy Ignore. The name of the flag should be Flag4, however this
-- requires changing the names of all remaining 300+ flags.