tar et al: die if bb_copyfd_size copies less than asked for.
[oweals/busybox.git] / archival / libunarchive / get_header_tar.c
index 66c3314a1f84fe5fdf96c10f8b7fb3eed49c1e82..beb8687c72ac3f0bc42ba7a51f36eeff064e6180 100644 (file)
@@ -251,7 +251,7 @@ char get_header_tar(archive_handle_t *archive_handle)
        }
 
        /* Strip trailing '/' in directories */
-       /* Must be done after mode is set as '/' is used to check if its a directory */
+       /* Must be done after mode is set as '/' is used to check if it's a directory */
        cp = last_char_is(file_header->name, '/');
 
        if (archive_handle->filter(archive_handle) == EXIT_SUCCESS) {