X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=include%2Fwimlib%2Flz_sarray.h;h=e609d0c2e79dbbcc93a668475ae0f4fa6a53d0dd;hb=2fdc3bd720f5bc49680dc2284ea42a537d1acc07;hp=30dc2b30a480ea64d943ab73e6baedf71bfa86f6;hpb=fc897414e8b4ba34794d3179428a56773f45e9a3;p=wimlib diff --git a/include/wimlib/lz_sarray.h b/include/wimlib/lz_sarray.h index 30dc2b30..e609d0c2 100644 --- a/include/wimlib/lz_sarray.h +++ b/include/wimlib/lz_sarray.h @@ -136,7 +136,7 @@ struct salink { struct { /* Intially, the length, in bytes, of the longest common * prefix (LCP) between the suffix having this rank and - * the suffix with the the smallest larger rank that + * the suffix with the smallest larger rank that * starts earlier in the window than the suffix having * this rank. If no such suffix exists, this will be 0. * @@ -150,7 +150,7 @@ struct salink { /* Initially, the length, in bytes, of the longest * common prefix (LCP) between the suffix having this - * rank and the suffix with the the largest smaller rank + * rank and the suffix with the largest smaller rank * that starts earlier in the window than the suffix * having this rank. If no such suffix exists, this * will be 0. @@ -170,7 +170,7 @@ struct salink { * distance to the rank of a suffix that is * lexicographically closer to the current suffix than * the desired suffix, but appears *later* in the window - * and hence cannot be used as the basis for a LZ77 + * and hence cannot be used as the basis for an LZ77 * match. */ lz_sarray_delta_t dist_to_next; @@ -181,7 +181,7 @@ struct salink { * distance to the rank of a suffix that is * lexicographically closer to the current suffix than * the desired suffix, but appears *later* in the window - * and hence cannot be used as the basis for a LZ77 + * and hence cannot be used as the basis for an LZ77 * match. */ lz_sarray_delta_t dist_to_prev; };