We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9644846 commit 2bae674Copy full SHA for 2bae674
lkql_checker/src/gnatcheck-diagnoses.adb
@@ -1682,11 +1682,11 @@ package body Gnatcheck.Diagnoses is
1682
1683
function Preprocess_Diag (Diag : String) return String;
1684
-- Add GPS_Prefix if Progress_Indicator_Mode is True, and remove any
1685
- -- training [-gnatwxxx].
+ -- trailing [-gnatwxxx].
1686
1687
procedure Counted_Print_Diagnosis
1688
(Position : Error_Messages_Storage.Cursor);
1689
- -- Print Diagnosis until reaching Max_Diagnoses
+ -- Print diagnosis until reaching Max_Diagnoses
1690
1691
---------------------
1692
-- Preprocess_Diag --
0 commit comments