[sword-svn] r3785 - trunk/src/modules/common

scribe at crosswire.org scribe at crosswire.org
Sun Aug 30 07:12:34 EDT 2020


Author: scribe
Date: 2020-08-30 07:12:34 -0400 (Sun, 30 Aug 2020)
New Revision: 3785

Modified:
   trunk/src/modules/common/lzsscomprs.cpp
Log:
updated comments for refactoring in lzsscomprs.cpp


Modified: trunk/src/modules/common/lzsscomprs.cpp
===================================================================
--- trunk/src/modules/common/lzsscomprs.cpp	2020-08-30 11:10:13 UTC (rev 3784)
+++ trunk/src/modules/common/lzsscomprs.cpp	2020-08-30 11:12:34 UTC (rev 3785)
@@ -357,7 +357,7 @@
 /******************************************************************************
  * LZSSCompress::encode	- This function "encodes" the input stream into the
  *						output stream.
- *						The GetChars() and SendChars() functions are
+ *						The getChars() and sendChars() functions are
  *						used to separate this method from the actual
  *						i/o.
  * 		NOTE:			must set zlen for parent class to know length of
@@ -603,7 +603,7 @@
 /******************************************************************************
  * LZSSCompress::decode	- This function "decodes" the input stream into the
  *						output stream.
- *						The GetChars() and SendChars() functions are
+ *						The getChars() and sendChars() functions are
  *						used to separate this method from the actual
  *						i/o.
  */



More information about the sword-cvs mailing list