summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2012-02-03 20:29:07 -0600
committerLucas De Marchi <lucas.demarchi@profusion.mobi>2012-02-05 02:15:15 -0200
commit9a252c218a5df58edae4039f8ad8d0a077c91a18 (patch)
treeba8aca4121cdb611d2a9657f277249fc10ec9fa0
parenta2c7d3e8b058a2013aa8da5986d1d11fa13d6fd7 (diff)
downloadkmod-9a252c218a5df58edae4039f8ad8d0a077c91a18.tar.gz
kmod-9a252c218a5df58edae4039f8ad8d0a077c91a18.zip
Fix simple grammar issue
-rw-r--r--libkmod/libkmod-module.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libkmod/libkmod-module.c b/libkmod/libkmod-module.c
index db1c55f..4404224 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.