From 5ab9b85fc3bf8f86b618fb2b88b979afdf3c36ad Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Thu, 22 Feb 2024 19:57:10 -0600 Subject: [PATCH] Cleanup: Fix wording in documentation comment for 'compression'. --- level_0/f_fss/c/fss.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.8.3.1