summaryrefslogtreecommitdiff
path: root/gcc/ada/osint.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/osint.ads')
-rw-r--r--gcc/ada/osint.ads4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/osint.ads b/gcc/ada/osint.ads
index 5ddda479efb..a44d4e24b3c 100644
--- a/gcc/ada/osint.ads
+++ b/gcc/ada/osint.ads
@@ -572,8 +572,8 @@ package Osint is
-- Get length of argument
ALI_Default_Suffix : constant String_Ptr := new String'("ali");
- ALI_Suffix : String_Ptr := ALI_Default_Suffix;
- -- The suffix used for the library files (also known as ALI files)
+ ALI_Suffix : String_Ptr := ALI_Default_Suffix;
+ -- The suffixes used for the library files (also known as ALI files)
private