From 816dbb00e25bdd31f190029059e5ab5aa5bb9e85 Mon Sep 17 00:00:00 2001 From: Kamalesh Babulal Date: Mon, 14 Aug 2023 13:25:35 +0530 Subject: [PATCH] tools/cgxset: 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/cgxset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/cgxset.c b/src/tools/cgxset.c index e5eba528..83e32232 100644 --- a/src/tools/cgxset.c +++ b/src/tools/cgxset.c @@ -161,7 +161,7 @@ int main(int argc, char *argv[]) int ret = 0; int c; - /* no parametr on input */ + /* no parameter on input */ if (argc < 2) { err("Usage is %s -r \n", argv[0]); return -1; -- 2.47.2