Fix a typo in lzma_encoder.c.
authorLasse Collin <lasse.collin@tukaani.org>
Tue, 15 Jan 2008 06:37:42 +0000 (08:37 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Tue, 15 Jan 2008 06:37:42 +0000 (08:37 +0200)
src/liblzma/lzma/lzma_encoder.c

index f68633b..5c80a2f 100644 (file)
@@ -101,7 +101,7 @@ do { \
 
 /// \brief      Updates price table of the length encoder
 ///
-/// All all the other prices in LZMA, these are used by lzma_get_optimum().
+/// Like all the other prices in LZMA, these are used by lzma_get_optimum().
 ///
 extern void
 lzma_length_encoder_update_table(lzma_length_encoder *lencoder,