create_chroot_dirs(): Correct comment

This commit is contained in:
Albert S. 2022-01-14 23:29:37 +01:00
parent 3780509078
commit 6c44c88397
1 changed files with 1 additions and 3 deletions

View File

@ -1136,9 +1136,7 @@ char *concat_path(const char *first, const char *second)
}
/* Helper to mount directories into the chroot path "chroot_target_path"
* Paths will be created if necessary
/* Creates the file system hierarchy for the chroot
* @returns: 0 on sucess, -ERRNO on failure */
static int create_chroot_dirs(const char *chroot_target_path, struct exile_path_policy *path_policy)
{