Skip to content

Commit d92c00f

Browse files
Apply 1 suggestion(s) to 1 file(s)
Co-authored-by: Nicolas Setton <[email protected]>
1 parent 5480172 commit d92c00f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/ada/lsp-ada_driver.adb

+2-2
Original file line numberDiff line numberDiff line change
@@ -361,8 +361,8 @@ begin
361361
Make_Dir (ALS_Dir);
362362

363363
exception
364-
-- We have caught an exception when trying to create a default
365-
-- traces file: warn the user
364+
-- We have caught an exception when trying to create the .als
365+
-- directory: warn the user.
366366
when GNATCOLL.VFS.VFS_Directory_Error =>
367367
Ada.Text_IO.Put_Line
368368
(Ada.Text_IO.Standard_Error,

0 commit comments

Comments
 (0)