document mingw linker fix and close associated bug
[debian/gzip] / trees.c
diff --git a/trees.c b/trees.c
index ad72ccd71913d2e51c36c4b9de5b3f87ae1c10d1..473edd4f2452478b3375291748b1b14dced5f027 100644 (file)
--- a/trees.c
+++ b/trees.c
@@ -897,7 +897,7 @@ off_t flush_block(buf, stored_len, pad, eof)
     if (static_lenb <= opt_lenb) opt_lenb = static_lenb;
 
     /* If compression failed and this is the first and last block,
-     * and if the zip file can be seeked (to rewrite the local header),
+     * and if we can seek through the zip file (to rewrite the local header),
      * the whole file is transformed into a stored file:
      */
 #ifdef FORCE_METHOD