X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fwin32_common.c;h=514965b869091c8741519cedaad8f412afba0942;hp=d3007916c89ef53c6f98b718f85af18b30a8850f;hb=5260cf0b5649fc25b9d69a97f9604a3be257e13e;hpb=18f09fc4fa05185897b2c3789f90cc8e3fd872c8 diff --git a/src/win32_common.c b/src/win32_common.c index d3007916..514965b8 100644 --- a/src/win32_common.c +++ b/src/win32_common.c @@ -220,7 +220,7 @@ win32_get_drive_path(const wchar_t *file_path, wchar_t drive_path[7]) return 0; } -/* Try to attach an instance of the Windows Overlay File System Filter Driver to +/* Try to attach an instance of the Windows Overlay Filesystem filter driver to * the specified drive (such as C:) */ bool win32_try_to_attach_wof(const wchar_t *drive)