From b30fcd099ba7f173984605ee03885e6e0c6624ec Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Fri, 17 Aug 2012 13:39:49 -0500 Subject: [PATCH] wimlib_set_output_dir(): Fix comment --- src/extract.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/extract.c b/src/extract.c index bd3ef929..1d229a16 100644 --- a/src/extract.c +++ b/src/extract.c @@ -293,8 +293,8 @@ WIMLIBAPI int wimlib_extract_image(WIMStruct *w, int image) } -/* Set the output directory for WIM extraction. The directory is created using - * mkdir(). Fails if directory cannot be created or already exists. */ +/* Sets and creates the directory to which files are to be extracted when + * extracting files from the WIM. */ WIMLIBAPI int wimlib_set_output_dir(WIMStruct *w, const char *dir) { char *p; -- 2.43.0