From d4f8cc3998aebb08c6cd12d248173323b43c07b8 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Sun, 15 Sep 2013 14:38:18 -0500 Subject: [PATCH] begin_read(): Fix comment --- src/wim.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wim.c b/src/wim.c index 97bb92a2..3676123a 100644 --- 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 - * replacement function in win32.c. + * replacement function in win32_replacements.c. */ wim->filename = realpath(wimfile, NULL); if (!wim->filename) { -- 2.43.0