diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2003-10-27 13:20:32 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2003-10-27 13:20:32 +0000 |
commit | 50c2245bd8d8b406e46e3888df92f2443f76a94f (patch) | |
tree | 056f2d7f4a4d4d4d9d7aacfad9a831c215ad8353 /binutils/windres.c | |
parent | Do not complain when copying a file format that does not support relocations. (diff) | |
download | binutils-gdb-50c2245bd8d8b406e46e3888df92f2443f76a94f.tar.gz binutils-gdb-50c2245bd8d8b406e46e3888df92f2443f76a94f.tar.bz2 binutils-gdb-50c2245bd8d8b406e46e3888df92f2443f76a94f.zip |
* ChangeLog: Fix typos.
* ChangeLog-9197: Likewise.
* ChangeLog-9899: Likewise.
* NEWS: Likewise.
* ar.c: Fix comment typos.
* arsup.c: Likewise.
* coffgrok.c: Likewise.
* debug.c: Likewise.
* debug.h: Likewise.
* dlltool.c: Likewise.
* ieee.c: Likewise.
* nm.c: Likewise.
* objdump.c: Likewise.
* prdbg.c: Likewise.
* readelf.c: Likewise.
* resrc.c: Likewise.
* sysinfo.y: Likewise.
* windres.c: Likewise.
Diffstat (limited to 'binutils/windres.c')
-rw-r--r-- | binutils/windres.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/windres.c b/binutils/windres.c index 012c42b2300..1d23f10975e 100644 --- a/binutils/windres.c +++ b/binutils/windres.c @@ -788,7 +788,7 @@ main (int argc, char **argv) break; case 'f': - /* For compatability with rc we accept "-fo <name>" as being the + /* For compatibility with rc we accept "-fo <name>" as being the equivalent of "-o <name>". We do not advertise this fact though, as we do not want users to use non-GNU like command line switches. */ |