From: Kamalesh Babulal Date: Tue, 3 Jan 2023 21:13:41 +0000 (-0700) Subject: tools/cgxset: fix the tool name in the description X-Git-Tag: v3.1.0~261 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ddfc298084c262c2f370fae74ea01cb3deefff65;p=thirdparty%2Flibcgroup.git 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 --- 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