From: Kamalesh Babulal Date: Mon, 14 Aug 2023 07:55:35 +0000 (+0530) Subject: src/abstraction-common.h: fix spellings across the file X-Git-Tag: v3.2.0~216 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d5103c7610b3f7cbb4f4d5c685e73f68b22de15;p=thirdparty%2Flibcgroup.git 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 --- 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)