summaryrefslogtreecommitdiff
path: root/binutils/maybe-strip.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2002-05-21 19:34:58 +0000
committerKazu Hirata <kazu@codesourcery.com>2002-05-21 19:34:58 +0000
commit0af11b59ba54970f0d0ce598fdd99a73a9049716 (patch)
treea7a0b723306c4bb796e45a0556999637ada25046 /binutils/maybe-strip.c
parent21611032e14f407e8baf21ce190ea2b27c416917 (diff)
* filemode.c: Fix formatting.
* ieee.c: Likewise. * is-ranlib.c: Likewise. * is-strip.c: Likewise. * maybe-ranlib.c: Likewise. * maybe-strip.c: Likewise. * nlmconv.c: Likewise. * nm.c: Likewise. * not-ranlib.c: Likewise. * not-strip.c: Likewise. * objcopy.c: Likewise. * objdump.c: Likewise.
Diffstat (limited to 'binutils/maybe-strip.c')
-rw-r--r--binutils/maybe-strip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/maybe-strip.c b/binutils/maybe-strip.c
index 6467c99e93..cfcc1ba055 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;