diff options
author | Chris Michael <cpmichael@osg.samsung.com> | 2016-04-21 08:55:01 -0400 |
---|---|---|
committer | Chris Michael <cpmichael@osg.samsung.com> | 2016-04-21 08:55:01 -0400 |
commit | 4e64fb046e9c72fa84172b3794c160aba9ce2169 (patch) | |
tree | 7199aee3f131af86368cef552bdeb15afdd90894 | |
parent | 1505c2cf380b97c34e0167b32a537cd730c1e4b7 (diff) |
ecore-drm: Fix typo in doxygen
Signed-off-by: Chris Michael <cpmichael@osg.samsung.com>
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 | * |