From: Kamalesh Babulal Date: Mon, 14 Aug 2023 07:55:35 +0000 (+0530) Subject: tools/tools-common.c: fix spellings across the file X-Git-Tag: v3.2.0~206 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0e495b8b0b8d7f5fc9c94e03e8ad59ee01a95d0;p=thirdparty%2Flibcgroup.git tools/tools-common.c: fix spellings across the file Fix the spelling mistakes across the file and also fix word case. Signed-off-by: Kamalesh Babulal Signed-off-by: Tom Hromatka --- diff --git a/src/tools/tools-common.c b/src/tools/tools-common.c index d4d39521..c4ad2544 100644 --- a/src/tools/tools-common.c +++ b/src/tools/tools-common.c @@ -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));