eeze - [E-devel] [patch] minor fix to eeze doc

This fix a single typo in eeze doxygen doc,

Submitted-By-Off Jerome Pinot<ngc891@gmail.com>



SVN revision: 70587
This commit is contained in:
ChunEon Park 2012-05-02 01:09:48 +00:00
parent 18eda16fa2
commit 9559262230
1 changed files with 1 additions and 1 deletions

View File

@ -514,7 +514,7 @@ EAPI const char *eeze_disk_udev_get_parent(Eeze_Disk *disk);
* @param value OPTIONAL: The value that @p sysattr should have, or @c NULL.
*
* @return If the sysattr (with value) is found, returns @c EINA_TRUE,
* @EINA_FALSE otherwise.
* @c EINA_FALSE otherwise.
* @since 1.1
*/
EAPI Eina_Bool eeze_disk_udev_walk_check_sysattr(Eeze_Disk *disk, const char *sysattr, const char *value);