]> Kevux Git Server - fll/commitdiff
Cleanup: Fix wording in documentation comment for 'compression'.
authorKevin Day <kevin@kevux.org>
Fri, 23 Feb 2024 01:57:10 +0000 (19:57 -0600)
committerKevin Day <kevin@kevux.org>
Fri, 23 Feb 2024 01:57:10 +0000 (19:57 -0600)
level_0/f_fss/c/fss.h

index 2ec2e3275cd7fdadefb47cdbddebc0ab8f886cd1..b672282307b4955f6f10279f9e68556dbc2ae0ab 100644 (file)
@@ -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