From: Lasse Collin Date: Tue, 15 Jan 2008 06:37:42 +0000 (+0200) Subject: Fix a typo in lzma_encoder.c. X-Git-Tag: upstream/5.1.3~843 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=19bd7f3cf25e4ff8487ef7098ca4a7b58681961d;p=platform%2Fupstream%2Fxz.git Fix a typo in lzma_encoder.c. --- diff --git a/src/liblzma/lzma/lzma_encoder.c b/src/liblzma/lzma/lzma_encoder.c index f68633b..5c80a2f 100644 --- a/src/liblzma/lzma/lzma_encoder.c +++ b/src/liblzma/lzma/lzma_encoder.c @@ -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,