[Ada] Fix comments mentioning ancient flags related to objects references
authorPiotr Trojanek <trojanek@adacore.com>
Mon, 6 Jun 2022 11:02:28 +0000 (13:02 +0200)
committerPierre-Marie de Rodat <derodat@adacore.com>
Tue, 5 Jul 2022 08:28:18 +0000 (08:28 +0000)
commit074e8addc5d8e92d9446357b961c003fe06dcc50
tree590f4921288023c3123ae59d338a6b26358908b1
parent1f85342b42b4bf9fee3cd23bc38498a3565bc9f1
[Ada] Fix comments mentioning ancient flags related to objects references

Flag May_Be_Modified under go a series of renamings between 1996 and
2002.  It was changed to Not_Assigned, then to Not_Source_Assigned and
finally to Never_Set_In_Source. Fix remaining references in comments.

gcc/ada/

* sem_util.ads (Note_Possible_Modification): Fix occurrence of
May_Be_Modified in comment.
* sem_warn.ads (Check_Unset_Reference): Fix occurrence of
Not_Assigned in comment.
gcc/ada/sem_util.ads
gcc/ada/sem_warn.ads