]> git.ipfire.org Git - thirdparty/libcgroup.git/commitdiff
tools/tools-common.c: fix spellings across the file
authorKamalesh Babulal <kamalesh.babulal@oracle.com>
Mon, 14 Aug 2023 07:55:35 +0000 (13:25 +0530)
committerTom Hromatka <tom.hromatka@oracle.com>
Wed, 16 Aug 2023 15:26:18 +0000 (09:26 -0600)
Fix the spelling mistakes across the file and also fix word case.

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

index d4d39521e791706602977839fb69835b177c396d..c4ad2544c1ef7d464423f398210e86344adeb591 100644 (file)
@@ -62,7 +62,7 @@ int parse_cgroup_spec(struct cgroup_group_spec **cdptr, char *optarg, int capaci
        if (!pathptr)
                return -1;
 
-       /* instanciate cgroup_data. */
+       /* instantiate cgroup_data. */
        cdptr[i] = calloc(1, sizeof(struct cgroup_group_spec));
        if (!cdptr[i]) {
                fprintf(stderr, "%s\n", strerror(errno));