From: Tobias Stoeckmann Date: Thu, 24 Oct 2024 18:51:01 +0000 (+0200) Subject: libkmod: Fix typo in libkmod.h X-Git-Tag: v34~158 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4de36806af509acb2a80dad9baf806de0f76885;p=thirdparty%2Fkmod.git libkmod: Fix typo in libkmod.h It's "within" instead of "with in". Signed-off-by: Tobias Stoeckmann Reviewed-by: Emil Velikov Link: https://github.com/kmod-project/kmod/pull/211 Signed-off-by: Lucas De Marchi --- diff --git a/libkmod/libkmod.h b/libkmod/libkmod.h index 28c8432a..1c0d1185 100644 --- a/libkmod/libkmod.h +++ b/libkmod/libkmod.h @@ -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