aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/lzma/lzma_encoder.c
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2008-01-15 08:37:42 +0200
committerLasse Collin <lasse.collin@tukaani.org>2008-01-15 08:37:42 +0200
commit19bd7f3cf25e4ff8487ef7098ca4a7b58681961d (patch)
treef94a25672cc8f8fc10c50eda0baf00d9edafb9de /src/liblzma/lzma/lzma_encoder.c
parentConvert bittree_get_price() and bittree_reverse_get_price() (diff)
downloadxz-19bd7f3cf25e4ff8487ef7098ca4a7b58681961d.tar.xz
Fix a typo in lzma_encoder.c.
Diffstat (limited to 'src/liblzma/lzma/lzma_encoder.c')
-rw-r--r--src/liblzma/lzma/lzma_encoder.c2
1 files changed, 1 insertions, 1 deletions
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,