diff options
Diffstat (limited to 'gcc/ada/mdll-fil.ads')
-rw-r--r-- | gcc/ada/mdll-fil.ads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/mdll-fil.ads b/gcc/ada/mdll-fil.ads index ed8c106c4f2..15c0678399d 100644 --- a/gcc/ada/mdll-fil.ads +++ b/gcc/ada/mdll-fil.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 1992-2001 Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2005 Free Software Foundation, Inc. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- @@ -35,7 +35,7 @@ package MDLL.Fil is -- Return extension of Filename function Is_Ali (Filename : String) return Boolean; - -- Test if Filename is an Ada library file (.ali). + -- Test if Filename is an Ada library file (.ali) function Is_Obj (Filename : String) return Boolean; -- Test if Filename is an object file (.o or .obj) |