]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
fixed comment, reported by @gyscos 924/head
authorYann Collet <cyan@fb.com>
Tue, 21 Nov 2017 18:36:14 +0000 (10:36 -0800)
committerYann Collet <cyan@fb.com>
Tue, 21 Nov 2017 18:36:14 +0000 (10:36 -0800)
lib/compress/zstd_opt.c

index 1defcb8fe148b70518c5d8c3d140a4004d031603..66a7da19c8eeb8b8d988c040192f9343948ce7a8 100644 (file)
@@ -662,7 +662,7 @@ _shortestPath:   /* cur, last_pos, best_mlen, best_off have to be set */
                 anchor = ip;
         }   }
         ZSTD_setLog2Prices(optStatePtr);
-    }   while (ip < ilimit)
+    }   /* while (ip < ilimit) */
 
     /* Save reps for next block */
     { int i; for (i=0; i<ZSTD_REP_NUM; i++) seqStorePtr->repToConfirm[i] = rep[i]; }