]> git.ipfire.org Git - thirdparty/libcgroup.git/commitdiff
tools/cgxset: fix the tool name in the description
authorKamalesh Babulal <kamalesh.babulal@oracle.com>
Tue, 3 Jan 2023 21:13:41 +0000 (14:13 -0700)
committerTom Hromatka <tom.hromatka@oracle.com>
Tue, 3 Jan 2023 21:13:47 +0000 (14:13 -0700)
The cgxset tool was forked from cgset and the tool description still
shows the original tool name, fix it.

Signed-off-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
src/tools/cgxset.c

index de0d11413c1c31d6b7562bd51c40ea5777678e0a..5420e5d5ef492f3362b02e261681a81428b99e6a 100644 (file)
@@ -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 <tom.hromatka@oracle.com>