]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
libkmod: Fix typo in libkmod.h
authorTobias Stoeckmann <tobias@stoeckmann.org>
Thu, 24 Oct 2024 18:51:01 +0000 (20:51 +0200)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Tue, 29 Oct 2024 02:55:10 +0000 (21:55 -0500)
It's "within" instead of "with in".

Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/211
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
libkmod/libkmod.h

index 28c8432a54125d18aa482566b7d0e94062fa9b80..1c0d1185dabd541c321f2ba7c5ae4d4ca251b240 100644 (file)
@@ -641,7 +641,7 @@ int kmod_module_new_from_name(struct kmod_ctx *ctx, const char *name,
  * @mod: where to save the created struct kmod_module
  *
  * Create a new struct kmod_module using the module path. @path must be an
- * existent file with in the filesystem and must be accessible to libkmod.
+ * existent file within the filesystem and must be accessible to libkmod.
  *
  * The initial refcount is 1, and needs to be decremented to release the
  * resources of the kmod_module. Since libkmod keeps track of all