aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2008-07-31 12:25:05 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2008-07-31 12:25:05 +0200
commit4d7b9a27a8b97de235afde2267004f636aec8b72 (patch)
tree0fb958b9d8177b4a710d2b6e9f3e8f227cbfd72c
parentad4cb23c9427ffe63bdfd4123edfe749741076b9 (diff)
downloadgcc-4d7b9a27a8b97de235afde2267004f636aec8b72.zip
gcc-4d7b9a27a8b97de235afde2267004f636aec8b72.tar.gz
gcc-4d7b9a27a8b97de235afde2267004f636aec8b72.tar.bz2
* mlib-utl.ads: Fix typo.
From-SVN: r138375
-rw-r--r--gcc/ada/mlib-utl.ads2
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.