]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* mlib-utl.ads: Fix typo.
authorArnaud Charlet <charlet@gcc.gnu.org>
Thu, 31 Jul 2008 10:25:05 +0000 (12:25 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Thu, 31 Jul 2008 10:25:05 +0000 (12:25 +0200)
From-SVN: r138375

gcc/ada/mlib-utl.ads

index ae0509d0a21a1c6cfe78d4b20a7dcd5b518ff3c4..237c678d1a7245d589069c7e3b482ca2cbafc161 100644 (file)
@@ -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.