X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=src%2Fdecompress_common.c;h=76fb1278ab0efed9cdd2ca8cffe2bd5ecd10d8b3;hb=43a5725a59b3e5a55ba41ffe988b9bc9430225a4;hp=a490882d8542cd230877f6405ff34988ba98b322;hpb=c24f1c029572b67c7023aa06a7c24a46cf938367;p=wimlib diff --git a/src/decompress_common.c b/src/decompress_common.c index a490882d..76fb1278 100644 --- a/src/decompress_common.c +++ b/src/decompress_common.c @@ -377,7 +377,7 @@ make_huffman_decode_table(u16 decode_table[const], * of as simply the root of the tree. The * representation of these internal nodes is * simply the index of the left child combined - * with the special bits 0xC000 to distingush + * with the special bits 0xC000 to distinguish * the entry from direct mapping and leaf node * entries. */ do {