fix comment

This commit is contained in:
Eric Andersen 2003-11-07 21:22:09 +00:00
parent b1ffba0401
commit d2160aaeab

View File

@ -43,7 +43,7 @@ extern char get_header_tar_gz(archive_handle_t *archive_handle)
check_trailer_gzip(archive_handle->src_fd);
/* Can only do one tar.bz2 per archive */
/* Can only do one tar.gz per archive */
return(EXIT_FAILURE);
}