]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
Use upper case after Deprecated in doc
authorLucas De Marchi <lucas.demarchi@profusion.mobi>
Sat, 3 Mar 2012 01:28:38 +0000 (22:28 -0300)
committerLucas De Marchi <lucas.demarchi@profusion.mobi>
Sat, 3 Mar 2012 01:28:38 +0000 (22:28 -0300)
libkmod/libkmod-module.c

index 199dc8d714f119da990e44bfbc533407f0fa6424..8cb86034e70f86dbe40755e929e067d1a626cdca 100644 (file)
@@ -577,7 +577,7 @@ KMOD_EXPORT int kmod_module_unref_list(struct kmod_list *list)
  * @input: list of kmod_module to be filtered with blacklist
  * @output: where to save the new list
  *
- * Deprecated: use kmod_module_apply_filter instead.
+ * Deprecated: Use kmod_module_apply_filter instead.
  *
  * Given a list @input, this function filter it out with config's blacklist
  * and save it in @output.