* dlltool.c: Comment fix.
authorBen Elliston <bje@au.ibm.com>
Mon, 6 Dec 2004 05:45:27 +0000 (05:45 +0000)
committerBen Elliston <bje@au.ibm.com>
Mon, 6 Dec 2004 05:45:27 +0000 (05:45 +0000)
binutils/ChangeLog
binutils/dlltool.c

index 48f4adf91abe6589b081a3b23322a5294af5578c..41ada5feb925534bb29806194b638129d92d1589 100644 (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.
index 21045b4e55238caecb97bcdf0e45e1595b28a1c3..4d2c914daa30efb6711fe3e4798b96030b4a93f4 100644 (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.