diff options
author | Marek Polacek <mpolacek@redhat.com> | 2011-04-16 17:33:43 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-04-16 17:33:43 +0200 |
commit | b0b8884009f9844e75d10f9e5d4ac16ef6b36170 (patch) | |
tree | f34f7d1e2b756d17b969517ea3fe5a0dab8bf60a /archival/ar.c | |
parent | 88d3cfdb75b6da83f3552daceed803f0a29d0c9c (diff) | |
download | busybox-w32-b0b8884009f9844e75d10f9e5d4ac16ef6b36170.tar.gz busybox-w32-b0b8884009f9844e75d10f9e5d4ac16ef6b36170.tar.bz2 busybox-w32-b0b8884009f9844e75d10f9e5d4ac16ef6b36170.zip |
Fix double words in comments. No code changes
Signed-off-by: Marek Polacek <mpolacek@redhat.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'archival/ar.c')
-rw-r--r-- | archival/ar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/ar.c b/archival/ar.c index f5a379fb8..e7973af94 100644 --- a/archival/ar.c +++ b/archival/ar.c | |||
@@ -82,7 +82,7 @@ static void output_ar_header(archive_handle_t *handle) | |||
82 | } | 82 | } |
83 | 83 | ||
84 | /* | 84 | /* |
85 | * when replacing files in an existing archive, copy from the the | 85 | * when replacing files in an existing archive, copy from the |
86 | * original archive those files that are to be left intact | 86 | * original archive those files that are to be left intact |
87 | */ | 87 | */ |
88 | static void FAST_FUNC copy_data(archive_handle_t *handle) | 88 | static void FAST_FUNC copy_data(archive_handle_t *handle) |