mirror of
https://github.com/kmod-project/kmod.git
synced 2026-01-26 15:39:08 +00:00
libkmod: Fix typo in libkmod.h
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>
This commit is contained in:
parent
ed28efa53b
commit
a4de36806a
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user