]> git.ipfire.org Git - thirdparty/libcgroup.git/commitdiff
src/abstraction-common.h: fix spellings across the file
authorKamalesh Babulal <kamalesh.babulal@oracle.com>
Mon, 14 Aug 2023 07:55:35 +0000 (13:25 +0530)
committerTom Hromatka <tom.hromatka@oracle.com>
Wed, 16 Aug 2023 15:26:18 +0000 (09:26 -0600)
Fix the spelling mistakes across the file and also fix word case.

Signed-off-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
src/abstraction-common.h

index e14b1a694623d7e8e7fff53794a7efeee5bb0931..9507e58359da9e507cd15ecef50eb5d95022f0ca 100644 (file)
@@ -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)