ada: Fix misphrasing in comment

gcc/ada/

	* lib-xref.adb (Generate_Reference): Fix misphrasing in comment.
This commit is contained in:
Ronan Desplanques 2022-11-28 16:42:40 +01:00 committed by Marc Poulhiès
parent 8e56d311d3
commit 81fd08ae71

View File

@ -776,7 +776,7 @@ package body Lib.Xref is
Set_Referenced_As_LHS (E, False);
-- For OUT parameter not covered by the above cases, we simply
-- regard it as a non-reference.
-- regard it as a reference.
else
Set_Referenced_As_Out_Parameter (E);