]> wimlib.net Git - wimlib/blobdiff - src/write.c
Capitalize "Windows Overlay Filesystem" consistently
[wimlib] / src / write.c
index dff5118c86d8e6e992589a51e6ed6560b2e6ae6a..f5a9935dff47ea146780c6444812aa80eda541c8 100644 (file)
@@ -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