]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
Fix simple grammar issue
authorDan McGee <dan@archlinux.org>
Sat, 4 Feb 2012 02:29:07 +0000 (20:29 -0600)
committerLucas De Marchi <lucas.demarchi@profusion.mobi>
Sun, 5 Feb 2012 04:15:15 +0000 (02:15 -0200)
libkmod/libkmod-module.c

index db1c55ff92b5716db3cfbf232a0099e77ca2d48b..44042245070c8a1e455787b7320bfd846e41cd77 100644 (file)
@@ -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.