From: Kamalesh Babulal Date: Tue, 3 Jan 2023 21:15:39 +0000 (-0700) Subject: tools/cgxset: fix the tool name in the description X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=588dd5e17dfa1c0fe2cb2f9ee142e49d9d0d9d6c;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 (cherry picked from commit ddfc298084c262c2f370fae74ea01cb3deefff65) --- 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