From 8d5103c7610b3f7cbb4f4d5c685e73f68b22de15 Mon Sep 17 00:00:00 2001 From: Kamalesh Babulal Date: Mon, 14 Aug 2023 13:25:35 +0530 Subject: [PATCH] src/abstraction-common.h: 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/abstraction-common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/abstraction-common.h b/src/abstraction-common.h index e14b1a69..9507e583 100644 --- a/src/abstraction-common.h +++ b/src/abstraction-common.h @@ -70,10 +70,10 @@ int cgroup_convert_passthrough(struct cgroup_controller * const dst_cgc, void *in_dflt, void *out_dflt); /** - * Convert from an unmapple setting + * Convert from an unmappable setting * * @param dst_cgc Destination cgroup controller (unused) - * @param in_value Contents of the input setting (unsed) + * @param in_value Contents of the input setting (unused) * @param out_setting Destination cgroup setting (unused) * @param in_dflt Default value of the input setting (unused) * @param out_dflt Default value of the output setting (unused) -- 2.47.2