aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/common/lzip_decoder.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/liblzma/common/lzip_decoder.c')
-rw-r--r--src/liblzma/common/lzip_decoder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liblzma/common/lzip_decoder.c b/src/liblzma/common/lzip_decoder.c
index 58c08674..88cc7ffd 100644
--- a/src/liblzma/common/lzip_decoder.c
+++ b/src/liblzma/common/lzip_decoder.c
@@ -186,7 +186,7 @@ lzip_decode(void *coder_ptr, const lzma_allocator *allocator,
// The five lowest bits are for the base-2 logarithm of
// the dictionary size and the highest three bits are
// the fractional part (0/16 to 7/16) that will be
- // substracted to get the final value.
+ // subtracted to get the final value.
//
// For example, with 0xB5:
// b2log = 21