]> git.ipfire.org Git - thirdparty/libcgroup.git/commitdiff
include/config.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>
include/libcgroup/config.h

index 08354d49f4cf5ab2667a345b0a403df493f16ae7..73c784679e25a9fb9f0ae89035642b99ebb42278 100644 (file)
@@ -71,7 +71,7 @@ int cgroup_config_unload_config(const char *pathname, int flags);
  * then.
  *
  * @param new_default New default permissions from this group are copied to
- * libcgroup internal structures. I.e., this group can be freed immediatelly
+ * libcgroup internal structures. I.e., this group can be freed immediately
  * after this function returns.
  */
 int cgroup_config_set_default(struct cgroup *new_default);