Signed-off-by: Andreas Herrmann <aherrmann@xxxxxxxx> --- cgroup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgroup.c b/cgroup.c index 77e31a4d..9ee1b8c8 100644 --- a/cgroup.c +++ b/cgroup.c @@ -191,7 +191,7 @@ int cgroup_setup(struct thread_data *td, struct flist_head *clist, struct cgroup if (td->o.cgroup_weight) { if ((*mnt)->cgroup2) { - log_err("fio: cgroup weit doesn't work with cgroup2\n"); + log_err("fio: cgroup weight doesn't work with cgroup2\n"); goto err; } if (write_int_to_file(td, root, "blkio.weight", -- 2.28.0