diff options
-rw-r--r-- | binutils/ChangeLog | 4 | ||||
-rw-r--r-- | binutils/dlltool.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 48f4adf..41ada5f 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,9 @@ 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. 2004-12-03 Richard Sandiford <rsandifo@redhat.com> diff --git a/binutils/dlltool.c b/binutils/dlltool.c index 21045b4..4d2c914 100644 --- a/binutils/dlltool.c +++ b/binutils/dlltool.c @@ -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. |