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>2007-03-04 21:09:50 +0300
committerDenis Vlasenko <vda.linux@googlemail.com>2007-03-04 21:09:50 +0300
commit940494f81392bf24f4065040800aa4e58fcdb9dd (patch)
tree13c1ef2fd1bf2c2b0d56927c3f2cc47b1a637669 /archival/libunarchive/get_header_tar.c
parent29e31ddd81d797af6aad5d119f645ab2fc217a5b (diff)
remove f words
Diffstat (limited to 'archival/libunarchive/get_header_tar.c')
-rw-r--r--archival/libunarchive/get_header_tar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/libunarchive/get_header_tar.c b/archival/libunarchive/get_header_tar.c
index a9659181e..b3efdec94 100644
--- a/archival/libunarchive/get_header_tar.c
+++ b/archival/libunarchive/get_header_tar.c
@@ -113,7 +113,7 @@ char get_header_tar(archive_handle_t *archive_handle)
/* Do checksum on headers.
* POSIX says that checksum is done on unsigned bytes, but
- * Sun and HP-UX fucked it up... more details in
+ * Sun and HP-UX gets it wrong... more details in
* GNU tar source. */
sum_s = sum_u = ' ' * sizeof(tar.chksum);
for (i = 0; i < 148 ; i++) {