diff options
Diffstat (limited to 'gcc/ada/ali.adb')
-rw-r--r-- | gcc/ada/ali.adb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/ali.adb b/gcc/ada/ali.adb index e998aee..2b90ed7 100644 --- a/gcc/ada/ali.adb +++ b/gcc/ada/ali.adb @@ -56,7 +56,7 @@ package body ALI is 'S' => True, -- specific dispatching 'Y' => True, -- limited_with 'C' => True, -- SCO information - 'F' => True, -- ALFA information + 'F' => True, -- Alfa information others => False); -------------------- @@ -2442,7 +2442,7 @@ package body ALI is -- Here after dealing with xref sections -- Ignore remaining lines, which belong to an additional section of the - -- ALI file not considered here (like SCO or ALFA). + -- ALI file not considered here (like SCO or Alfa). Check_Unknown_Line; |