X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=include%2Fwimlib%2Flzx.h;h=1f4c1e3f9b77b5acf202dc40b6e2334fca67d2d0;hb=9bf081f084e4576abe8001c7a3671013a574fb61;hp=715ec16bfefa62fef98ca43c07bd1964f7856c5c;hpb=5c1b50fdca21aaaddbdb34f5f7beec7d67016984;p=wimlib diff --git a/include/wimlib/lzx.h b/include/wimlib/lzx.h index 715ec16b..1f4c1e3f 100644 --- a/include/wimlib/lzx.h +++ b/include/wimlib/lzx.h @@ -95,7 +95,7 @@ extern const u8 lzx_extra_bits[LZX_MAX_POSITION_SLOTS]; #endif -/* Given the number of a LZX position slot, return the number of extra bits that +/* Given the number of an LZX position slot, return the number of extra bits that * are needed to encode the match offset. */ static inline unsigned lzx_get_num_extra_bits(unsigned position_slot)