diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/ecore_drm/Ecore_Drm.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); | |||
912 | /** | 912 | /** |
913 | * Get the edid of a given output | 913 | * Get the edid of a given output |
914 | * | 914 | * |
915 | * @param output The Ecore_Drm_Output to get the backlight of | 915 | * @param output The Ecore_Drm_Output to get the edid of |
916 | * | 916 | * |
917 | * @return A string representing the edid | 917 | * @return A string representing the edid |
918 | * | 918 | * |