]> wimlib.net Git - wimlib/commitdiff
begin_read(): Fix comment
authorEric Biggers <ebiggers3@gmail.com>
Sun, 15 Sep 2013 19:38:18 +0000 (14:38 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Sun, 15 Sep 2013 19:38:18 +0000 (14:38 -0500)
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) {