Skip to content

Commit 2bae674

Browse files
committed
minor: Fix typos in diagnosis functions
1 parent 9644846 commit 2bae674

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lkql_checker/src/gnatcheck-diagnoses.adb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1682,11 +1682,11 @@ package body Gnatcheck.Diagnoses is
16821682

16831683
function Preprocess_Diag (Diag : String) return String;
16841684
-- Add GPS_Prefix if Progress_Indicator_Mode is True, and remove any
1685-
-- training [-gnatwxxx].
1685+
-- trailing [-gnatwxxx].
16861686

16871687
procedure Counted_Print_Diagnosis
16881688
(Position : Error_Messages_Storage.Cursor);
1689-
-- Print Diagnosis until reaching Max_Diagnoses
1689+
-- Print diagnosis until reaching Max_Diagnoses
16901690

16911691
---------------------
16921692
-- Preprocess_Diag --

0 commit comments

Comments
 (0)