From: Denis Vlasenko Date: Sat, 25 Oct 2008 09:27:35 +0000 (-0000) Subject: tar: fix typo in comment X-Git-Tag: 1_13_0~74 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=73d702ee07347f5cf82175c28a12bdd8d297251f;p=oweals%2Fbusybox.git tar: fix typo in comment --- diff --git a/archival/tar.c b/archival/tar.c index 503db5f78..deb5c89b0 100644 --- a/archival/tar.c +++ b/archival/tar.c @@ -818,7 +818,7 @@ int tar_main(int argc UNUSED_PARAM, char **argv) | ARCHIVE_PRESERVE_DATE | ARCHIVE_EXTRACT_UNCONDITIONAL; - /* Apparently only root's tar preserves parms (see bug 3844) */ + /* Apparently only root's tar preserves perms (see bug 3844) */ if (getuid() != 0) tar_handle->ah_flags |= ARCHIVE_NOPRESERVE_PERM;