remove f words
authorDenis Vlasenko <vda.linux@googlemail.com>
Sun, 4 Mar 2007 18:09:50 +0000 (18:09 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Sun, 4 Mar 2007 18:09:50 +0000 (18:09 -0000)
archival/libunarchive/get_header_tar.c
archival/tar.c

index a9659181ebf56e410ba18f3c7b5250c0eef018a5..b3efdec94baaec71f0bef0b35bbdbb724220192b 100644 (file)
@@ -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++) {
index 992128ef45eaa72c024453d675aa6b7fa964d3eb..3ed0c3650408112c3fefcb52066fd6efc10a27a7 100644 (file)
@@ -174,7 +174,7 @@ static void putOctal(char *cp, int len, off_t value)
 static void chksum_and_xwrite(int fd, struct TarHeader* hp)
 {
        /* POSIX says that checksum is done on unsigned bytes
-        * (Sun and HP-UX fucked it up... more details in
+        * (Sun and HP-UX gets it wrong... more details in
         * GNU tar source) */
        const unsigned char *cp;
        int chksum, size;