* dlltool.c: Comment fix.

This commit is contained in:
Ben Elliston 2004-12-06 05:45:27 +00:00
parent 2423fbe6a1
commit c7de92161e
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-12-06 Ben Elliston <bje@au.ibm.com>
* dlltool.c: Comment fix.
2004-12-06 Ben Elliston <bje@au.ibm.com>
* doc/binutils.texi: Update copyright years.

View File

@ -57,7 +57,7 @@
IMPORTS ( ( <internal-name> = <module-name> . <integer> )
| ( [ <internal-name> = ] <module-name> . <external-name> )) *
Declares that <external-name> or the exported function whoes ordinal number
Declares that <external-name> or the exported function whose ordinal number
is <integer> is to be imported from the file <module-name>. If
<internal-name> is specified then this is the name that the imported
function will be refereed to in the body of the DLL.