From 4e64fb046e9c72fa84172b3794c160aba9ce2169 Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Thu, 21 Apr 2016 08:55:01 -0400 Subject: [PATCH] ecore-drm: Fix typo in doxygen Signed-off-by: Chris Michael --- 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 ca11e96855..a1a131719c 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 *