1
0
Fork 0
mirror of https://git.tukaani.org/xz.git synced 2024-04-04 12:36:23 +02:00

Fix a typo in lzma_encoder.c.

This commit is contained in:
Lasse Collin 2008-01-15 08:37:42 +02:00
parent 9f9b198301
commit 19bd7f3cf2

View 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,