Skip to content

Commit 04c4528

Browse files
Apply 2 suggestion(s) to 2 file(s)
Co-authored-by: Anthony Leonardo Gracio <[email protected]>
1 parent 709e17f commit 04c4528

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/ada/lsp-ada_contexts.adb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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);

source/ada/lsp-ada_handlers-project_loading.adb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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);

0 commit comments

Comments
 (0)