From: Ariel Miculas Date: Mon, 30 Jan 2023 16:20:31 +0000 (+0200) Subject: Fix typo: bev_type -> bdev_type X-Git-Tag: v6.0.0~68^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4270%2Fhead;p=thirdparty%2Flxc.git Fix typo: bev_type -> bdev_type Signed-off-by: Ariel Miculas --- diff --git a/src/lxc/conf.h b/src/lxc/conf.h index 82cb66a77..185e0b35d 100644 --- a/src/lxc/conf.h +++ b/src/lxc/conf.h @@ -233,7 +233,7 @@ struct lxc_mount_options { * @path : the rootfs source (directory or device) * @mount : where it is mounted * @buf : static buffer to construct paths - * @bev_type : optional backing store type + * @bdev_type : optional backing store type * @managed : whether it is managed by LXC * @dfd_mnt : fd for @mount * @dfd_dev : fd for /dev of the container