X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=include%2Fwimlib%2Fwof.h;h=0d2cec26744bea22d102d41747f161479b341b6a;hp=da1546c01d47fbacbedaff258806ed89dd6a9ac4;hb=5260cf0b5649fc25b9d69a97f9604a3be257e13e;hpb=18f09fc4fa05185897b2c3789f90cc8e3fd872c8 diff --git a/include/wimlib/wof.h b/include/wimlib/wof.h index da1546c0..0d2cec26 100644 --- a/include/wimlib/wof.h +++ b/include/wimlib/wof.h @@ -1,7 +1,7 @@ /* * wof.h * - * Definitions for the Windows Overlay File System Filter (WOF) ioctls, as well + * Definitions for the Windows Overlay Filesystem filter (WOF) ioctls, as well * some definitions for associated undocumented data structures. See * http://msdn.microsoft.com/en-us/library/windows/hardware/ff540367(v=vs.85).aspx * for more information about the documented ioctls. @@ -17,7 +17,7 @@ #include "wimlib/types.h" /* - * The Windows Overlay FileSystem Filter (WOF, a.k.a. wof.sys) is a filesystem + * The Windows Overlay Filesystem filter (WOF, a.k.a. wof.sys) is a filesystem * filter driver, available in Windows 8.1 and later, which allows files to be * "externally backed", meaning that their data is stored in another location, * possibly in compressed form.