diff options
Diffstat (limited to 'archival/tar.c')
-rw-r--r-- | archival/tar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/tar.c b/archival/tar.c index 8d2ccca77..9d50a101d 100644 --- a/archival/tar.c +++ b/archival/tar.c | |||
@@ -3,7 +3,7 @@ | |||
3 | * Mini tar implementation for busybox | 3 | * Mini tar implementation for busybox |
4 | * | 4 | * |
5 | * Modified to use common extraction code used by ar, cpio, dpkg-deb, dpkg | 5 | * Modified to use common extraction code used by ar, cpio, dpkg-deb, dpkg |
6 | * Glenn McGrath <bug1@optushome.com.au> | 6 | * Glenn McGrath <bug1@iinet.net.au> |
7 | * | 7 | * |
8 | * Note, that as of BusyBox-0.43, tar has been completely rewritten from the | 8 | * Note, that as of BusyBox-0.43, tar has been completely rewritten from the |
9 | * ground up. It still has remnants of the old code lying about, but it is | 9 | * ground up. It still has remnants of the old code lying about, but it is |