From: Dan McGee Date: Sat, 4 Feb 2012 02:29:07 +0000 (-0600) Subject: Fix simple grammar issue X-Git-Tag: v5~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a252c218a5df58edae4039f8ad8d0a077c91a18;p=thirdparty%2Fkmod.git Fix simple grammar issue --- diff --git a/libkmod/libkmod-module.c b/libkmod/libkmod-module.c index db1c55ff..44042245 100644 --- a/libkmod/libkmod-module.c +++ b/libkmod/libkmod-module.c @@ -269,7 +269,7 @@ static int kmod_module_new(struct kmod_ctx *ctx, const char *key, * * Create a new struct kmod_module using the module name. @name can not be an * alias, file name or anything else; it must be a module name. There's no - * check if the module does exists in the system. + * check if the module exists in the system. * * This function is also used internally by many others that return a new * struct kmod_module or a new list of modules.