From: Kevin Day Date: Fri, 23 Feb 2024 01:57:10 +0000 (-0600) Subject: Cleanup: Fix wording in documentation comment for 'compression'. X-Git-Tag: 0.6.9~17 X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=5ab9b85fc3bf8f86b618fb2b88b979afdf3c36ad;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 2ec2e32..b672282 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