Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-10-25 13:27:35 +0400
committerDenis Vlasenko <vda.linux@googlemail.com>2008-10-25 13:27:35 +0400
commit73d702ee07347f5cf82175c28a12bdd8d297251f (patch)
tree7241385a77ee7096df4a430d6dc74cdf1fa1f09a /archival/tar.c
parentebad0294c9ee27669a6e211fa5505987b92804f9 (diff)
tar: fix typo in comment
Diffstat (limited to 'archival/tar.c')
-rw-r--r--archival/tar.c2
1 files changed, 1 insertions, 1 deletions
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;