From: Arnaud Charlet Date: Thu, 31 Jul 2008 10:25:05 +0000 (+0200) Subject: * mlib-utl.ads: Fix typo. X-Git-Tag: releases/gcc-4.4.0~3592 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d7b9a27a8b97de235afde2267004f636aec8b72;p=thirdparty%2Fgcc.git * mlib-utl.ads: Fix typo. From-SVN: r138375 --- diff --git a/gcc/ada/mlib-utl.ads b/gcc/ada/mlib-utl.ads index ae0509d0a21a..237c678d1a72 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.