diff options
Diffstat (limited to 'binutils/maybe-strip.c')
-rw-r--r-- | binutils/maybe-strip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/maybe-strip.c b/binutils/maybe-strip.c index 6467c99..cfcc1ba 100644 --- a/binutils/maybe-strip.c +++ b/binutils/maybe-strip.c @@ -1,4 +1,4 @@ /* Linked with objcopy.o to flag that this program decides at runtime - (using argv[0] if it is is 'strip' or 'objcopy'. */ + (using argv[0] if it is is 'strip' or 'objcopy'. */ int is_strip = -1; |