diff options
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 012c42b..1d23f10 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. */ |