From 940494f81392bf24f4065040800aa4e58fcdb9dd Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sun, 4 Mar 2007 18:09:50 +0000 Subject: remove f words --- archival/libunarchive/get_header_tar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archival/libunarchive') 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++) { -- cgit v1.2.3