From: Eric Biggers Date: Mon, 12 Nov 2012 20:27:34 +0000 (-0600) Subject: make_staging_dir(): Fix comment X-Git-Tag: v1.1.0~21 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=44faa9130b1a6082f37501377c01d23604030fa5 make_staging_dir(): Fix comment --- diff --git a/src/mount.c b/src/mount.c index 54c7b099..44857c8c 100644 --- a/src/mount.c +++ b/src/mount.c @@ -497,11 +497,9 @@ out_delete_staging_file: } /* - * Creates a randomly named staging directory and returns its name into the - * static variable staging_dir_name. - * - * If the staging directory cannot be created, staging_dir_name is set to NULL. - * */ + * Creates a randomly named staging directory and saves its name in the + * filesystem context structure. + */ static int make_staging_dir(struct wimfs_context *ctx) { /* XXX Give the user an option of where to stage files */