From f0e495b8b0b8d7f5fc9c94e03e8ad59ee01a95d0 Mon Sep 17 00:00:00 2001 From: Kamalesh Babulal Date: Mon, 14 Aug 2023 13:25:35 +0530 Subject: [PATCH] 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 --- src/tools/tools-common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); -- 2.47.2