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