]> wimlib.net Git - wimlib/blobdiff - src/wim.c
begin_read(): Fix comment
[wimlib] / src / wim.c
index 97bb92a25cfe613ba44669af72ec7a48b9653b3b..3676123a9b58ce8c8149d9633eed68d5c0bee24a 100644 (file)
--- a/src/wim.c
+++ b/src/wim.c
@@ -420,7 +420,7 @@ begin_read(WIMStruct *wim, const void *wim_filename_or_fd,
                 * intervening time...
                 *
                 * Warning: in Windows native builds, realpath() calls the
                 * intervening time...
                 *
                 * Warning: in Windows native builds, realpath() calls the
-                * replacement function in win32.c.
+                * replacement function in win32_replacements.c.
                 */
                wim->filename = realpath(wimfile, NULL);
                if (!wim->filename) {
                 */
                wim->filename = realpath(wimfile, NULL);
                if (!wim->filename) {