File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -679,7 +679,7 @@ package body LSP.Ada_Contexts is
679679 Self.Source_Files.Clear;
680680 Self.Source_Dirs.Clear;
681681
682- -- Iterate on all the project coexisting inside the Provider
682+ -- Iterate on all the projects coexisting inside the Provider
683683 -- By design there is no source collision so merge them.
684684 for Project of Provider.Projects loop
685685 Process_Closure (Project, Add_Sources_From_View'Access );
Original file line number Diff line number Diff line change @@ -621,7 +621,7 @@ package body LSP.Ada_Handlers.Project_Loading is
621621 if Self.Project_Tree.Root_Project.Kind in GPR2.Aggregate_Kind then
622622 -- For aggregated root project, use LAL to create sets of
623623 -- aggregated projects and sub-projects which can coexist in
624- -- the same LAL provider. This is more memory efficient .
624+ -- the same LAL provider to reduce the memory footprint .
625625 declare
626626 Providers : GPR2_Provider_And_Projects_Array_Access :=
627627 Create_Project_Unit_Providers (Self.Project_Tree);
You can’t perform that action at this time.
0 commit comments