diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2008-07-31 12:25:05 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2008-07-31 12:25:05 +0200 |
commit | 4d7b9a27a8b97de235afde2267004f636aec8b72 (patch) | |
tree | 0fb958b9d8177b4a710d2b6e9f3e8f227cbfd72c /gcc | |
parent | ad4cb23c9427ffe63bdfd4123edfe749741076b9 (diff) | |
download | gcc-4d7b9a27a8b97de235afde2267004f636aec8b72.zip gcc-4d7b9a27a8b97de235afde2267004f636aec8b72.tar.gz gcc-4d7b9a27a8b97de235afde2267004f636aec8b72.tar.bz2 |
* mlib-utl.ads: Fix typo.
From-SVN: r138375
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ada/mlib-utl.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/mlib-utl.ads b/gcc/ada/mlib-utl.ads index ae0509d..237c678 100644 --- a/gcc/ada/mlib-utl.ads +++ b/gcc/ada/mlib-utl.ads @@ -51,7 +51,7 @@ package MLib.Utl is -- the path, run it also. Output_File is the path name of the archive to -- create. Objects is the list of the path names of the object files to be -- put in the archive. This procedure currently assumes that it is always - -- called in the context of gnatmake. If other executable start using this + -- called in the context of gnatmake. If other executables start using this -- procedure, an additional parameter would need to be added, and calls to -- Osint.Program_Name updated accordingly in the body. |