From: Ben Elliston Date: Mon, 6 Dec 2004 05:45:27 +0000 (+0000) Subject: * dlltool.c: Comment fix. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c7de92161ef940481c441e530e8eb2af117f6638;p=binutils-gdb.git * dlltool.c: Comment fix. --- diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 48f4adf91ab..41ada5feb92 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2004-12-06 Ben Elliston + + * dlltool.c: Comment fix. + 2004-12-06 Ben Elliston * doc/binutils.texi: Update copyright years. diff --git a/binutils/dlltool.c b/binutils/dlltool.c index 21045b4e552..4d2c914daa3 100644 --- a/binutils/dlltool.c +++ b/binutils/dlltool.c @@ -57,7 +57,7 @@ IMPORTS ( ( = . ) | ( [ = ] . )) * - Declares that or the exported function whoes ordinal number + Declares that or the exported function whose ordinal number is is to be imported from the file . If is specified then this is the name that the imported function will be refereed to in the body of the DLL.