aboutsummaryrefslogtreecommitdiffstats
path: root/src/dumm/cowfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dumm/cowfs.h')
-rw-r--r--src/dumm/cowfs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dumm/cowfs.h b/src/dumm/cowfs.h
index fb1fc35a7..419197dd6 100644
--- a/src/dumm/cowfs.h
+++ b/src/dumm/cowfs.h
@@ -27,12 +27,12 @@ typedef struct cowfs_t cowfs_t;
struct cowfs_t {
/**
- * @brief Set the scenario copy on write overlay.
+ * @brief Set an additional copy on write overlay.
*
* @param path path of the overlay
* @return FALSE if failed
*/
- bool (*set_scenario)(cowfs_t *this, char *path);
+ bool (*set_overlay)(cowfs_t *this, char *path);
/**
* @brief Stop, umount and destroy a cowfs FUSE filesystem.