Fix docs with wrong function names
authorLucas De Marchi <lucas.demarchi@profusion.mobi>
Thu, 15 Dec 2011 15:09:46 +0000 (13:09 -0200)
committerLucas De Marchi <lucas.demarchi@profusion.mobi>
Thu, 15 Dec 2011 15:09:46 +0000 (13:09 -0200)
libkmod/libkmod-module.c

index d26ce0a..80673e0 100644 (file)
@@ -494,7 +494,7 @@ fail:
 #undef CHECK_ERR_AND_FINISH
 
 /**
- * kmod_module_unref:
+ * kmod_module_unref_list:
  * @list: list of kmod modules
  *
  * Drop a reference of each kmod module in @list and releases the resources
@@ -512,7 +512,7 @@ KMOD_EXPORT int kmod_module_unref_list(struct kmod_list *list)
 }
 
 /**
- * kmod_module_unref:
+ * kmod_module_get_dependencies:
  * @mod: kmod module
  *
  * Search the modules.dep index to find the dependencies of the given @mod.