devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=4e64fb046e9c72fa84172b3794c160aba9ce2169
commit 4e64fb046e9c72fa84172b3794c160aba9ce2169 Author: Chris Michael <[email protected]> Date: Thu Apr 21 08:55:01 2016 -0400 ecore-drm: Fix typo in doxygen Signed-off-by: Chris Michael <[email protected]> --- src/lib/ecore_drm/Ecore_Drm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/ecore_drm/Ecore_Drm.h b/src/lib/ecore_drm/Ecore_Drm.h index ca11e96..a1a1317 100644 --- a/src/lib/ecore_drm/Ecore_Drm.h +++ b/src/lib/ecore_drm/Ecore_Drm.h @@ -912,7 +912,7 @@ EAPI Eina_Bool ecore_drm_output_backlight_get(Ecore_Drm_Output *output); /** * Get the edid of a given output * - * @param output The Ecore_Drm_Output to get the backlight of + * @param output The Ecore_Drm_Output to get the edid of * * @return A string representing the edid * --
