]> wimlib.net Git - wimlib/blobdiff - src/lz_lcp_interval_tree.c
read_wim_header(): Check return value of lseek()
[wimlib] / src / lz_lcp_interval_tree.c
index a6c72d598e861f3848500ac3e779905bd8927482..7c0135a2701995fc61a616c491c1bca29560659d 100644 (file)
@@ -426,7 +426,7 @@ lz_lcpit_get_matches(struct lz_mf *_mf, struct lz_match matches[])
                interval = next_interval;
        }
 
-       /* We're already visited the current lcp-interval.  */
+       /* We've already visited the current lcp-interval.  */
 
        /* Extract the LCP of this lcp-interval.  */
        lcp = intervals[interval] & LZ_LCPIT_LCP_MASK;