From b7a90c5194048733db3dabcdb55232fd82153d51 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Thu, 29 Oct 2020 09:24:47 +0100 Subject: [PATCH] Corrected description of new call iso_zisofs_ctrl_susp_z2() --- libisofs/libisofs.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libisofs/libisofs.h b/libisofs/libisofs.h index 74959ea..c65a446 100644 --- a/libisofs/libisofs.h +++ b/libisofs/libisofs.h @@ -8183,13 +8183,13 @@ int iso_zisofs_get_params(struct iso_zisofs_ctrl *params, int flag); /** - * Enable or disable the production and recognition of "Z2" SUSP entries - * instead of "ZF" entries for zisofs2 compressed files. - * "ZF" with zisofs2 causes unaware Linux kernels to complian like: + * Enable or disable the production of "Z2" SUSP entries instead of "ZF" + * entries for zisofs2 compressed files. + * "ZF" with zisofs2 causes unaware Linux kernels to complain like: * isofs: Unknown ZF compression algorithm: PZ * "Z2" is silently ignored by unaware Linux kernels. * @param enable - * 1 = produce and recognize "Z2" , 0 = only "ZF" , -1 = do not change + * 1 = produce "Z2" , 0 = only "ZF" , -1 = do not change * @return * 1 = enabled , 0 = not enabled * @since 1.5.4