X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fwrite.c;h=f5a9935dff47ea146780c6444812aa80eda541c8;hp=dff5118c86d8e6e992589a51e6ed6560b2e6ae6a;hb=5260cf0b5649fc25b9d69a97f9604a3be257e13e;hpb=18f09fc4fa05185897b2c3789f90cc8e3fd872c8;ds=sidebyside diff --git a/src/write.c b/src/write.c index dff5118c..f5a9935d 100644 --- a/src/write.c +++ b/src/write.c @@ -829,7 +829,7 @@ should_rewrite_blob_uncompressed(const struct write_blobs_ctx *ctx, * Exception: if the compressed size happens to be *exactly* the same as * the uncompressed size, then the blob *must* be written uncompressed * in order to remain compatible with the Windows Overlay Filesystem - * Filter Driver (WOF). + * filter driver (WOF). * * TODO: we are currently assuming that the optimization for * single-chunk resources in maybe_rewrite_blob_uncompressed() prevents