aboutsummaryrefslogtreecommitdiff
path: root/binutils/dlltool.c
diff options
context:
space:
mode:
authorBen Elliston <bje@au.ibm.com>2004-12-06 05:45:27 +0000
committerBen Elliston <bje@au.ibm.com>2004-12-06 05:45:27 +0000
commitc7de92161ef940481c441e530e8eb2af117f6638 (patch)
treecec80b387df6a49604fa2e7f25731004d399866d /binutils/dlltool.c
parent2423fbe6a108962d901f2cca0736847ed3f73396 (diff)
downloadfsf-binutils-gdb-c7de92161ef940481c441e530e8eb2af117f6638.zip
fsf-binutils-gdb-c7de92161ef940481c441e530e8eb2af117f6638.tar.gz
fsf-binutils-gdb-c7de92161ef940481c441e530e8eb2af117f6638.tar.bz2
* dlltool.c: Comment fix.
Diffstat (limited to 'binutils/dlltool.c')
-rw-r--r--binutils/dlltool.c2
1 files changed, 1 insertions, 1 deletions
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.