From 19bd7f3cf25e4ff8487ef7098ca4a7b58681961d Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Tue, 15 Jan 2008 08:37:42 +0200 Subject: [PATCH] Fix a typo in lzma_encoder.c. --- src/liblzma/lzma/lzma_encoder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/liblzma/lzma/lzma_encoder.c b/src/liblzma/lzma/lzma_encoder.c index f68633b8..5c80a2f8 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,