From ddfc298084c262c2f370fae74ea01cb3deefff65 Mon Sep 17 00:00:00 2001 From: Kamalesh Babulal Date: Tue, 3 Jan 2023 14:13:41 -0700 Subject: [PATCH] tools/cgxset: fix the tool name in the description The cgxset tool was forked from cgset and the tool description still shows the original tool name, fix it. Signed-off-by: Kamalesh Babulal Signed-off-by: Tom Hromatka --- src/tools/cgxset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/cgxset.c b/src/tools/cgxset.c index de0d1141..5420e5d5 100644 --- a/src/tools/cgxset.c +++ b/src/tools/cgxset.c @@ -1,6 +1,6 @@ // SPDX-License-Identifier: LGPL-2.1-only /** - * Libcgroup extended cgset. Works with both cgroup v1 and v2 + * Libcgroup extended cgxset. Works with both cgroup v1 and v2 * * Copyright (c) 2021-2022 Oracle and/or its affiliates. * Author: Tom Hromatka -- 2.47.3