From: Kevin Day Date: Fri, 23 Feb 2024 01:57:35 +0000 (-0600) Subject: Cleanup: Fix wording in documentation comment for 'compression'. X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=5bb9bebcdc843b919e9ab732e7da895a5e3a8166;p=fll Cleanup: Fix wording in documentation comment for 'compression'. --- diff --git a/level_0/f_fss/c/fss.h b/level_0/f_fss/c/fss.h index 9287b37..51c632c 100644 --- a/level_0/f_fss/c/fss.h +++ b/level_0/f_fss/c/fss.h @@ -7,7 +7,7 @@ * * Defines all datatypes to be used for/by project fss. * - * The purpose of compression is not to compression the entire file's contents but only and individual objects content, so the file is still partially readable. + * The purpose of compression is not to compress the entire file's contents but only and individual objects content, so the file is still partially readable. * NOTE: all start/stop locations must be defined as a (start < stop) and not (start <= stop), therefore if (start == stop) then stop. */ #ifndef _F_fss_h