typo
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 1 Sep 2010 06:48:52 +0000 (06:48 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 1 Sep 2010 06:48:52 +0000 (06:48 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@51799 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/eina_module.c

index 656a703..72e51f0 100644 (file)
@@ -619,7 +619,7 @@ EAPI Eina_Array *eina_module_arch_list_get(Eina_Array *array,
  *
  * This function adds to @p array the list of modules found in
  * @p path. If @p recursive is #EINA_TRUE, then recursive search is
- * done. The callback @p cb is called on each file found, and @p data
+ * done. The callback @p cb is called on each module found, and @p data
  * is passed to @p cb. If @p path is @c NULL, the function returns
  * immediatly @p array. If the returned value of @p cb is 0, the
  * module will not be added to the list, otherwise it will be added.