diff options
author | Chris Michael <cp.michael@samsung.com> | 2015-08-13 10:53:10 -0400 |
---|---|---|
committer | Chris Michael <cp.michael@samsung.com> | 2015-08-13 11:13:40 -0400 |
commit | d0ec306151b53ab47186c86518f3baff9bba6d86 (patch) | |
tree | d13e6679eb3cd9eaf3fc972a059087b32387ece4 /src/lib/emotion/Emotion.h | |
parent | 0efc83d64d195d6fc3869058b6e7146cd8149ce1 (diff) |
emotion: Fix typos in doxygen
Summary: This patch fixes some typos in the documentation of Emotion
@fix
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Diffstat (limited to '')
-rw-r--r-- | src/lib/emotion/Emotion.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/emotion/Emotion.h b/src/lib/emotion/Emotion.h index 09c88e131e..5853b7530b 100644 --- a/src/lib/emotion/Emotion.h +++ b/src/lib/emotion/Emotion.h | |||
@@ -1165,15 +1165,15 @@ EAPI Emotion_Vis emotion_object_vis_get (const Evas_Object *obj); | |||
1165 | EAPI Eina_Bool emotion_object_vis_supported (const Evas_Object *obj, Emotion_Vis visualization); | 1165 | EAPI Eina_Bool emotion_object_vis_supported (const Evas_Object *obj, Emotion_Vis visualization); |
1166 | 1166 | ||
1167 | /** | 1167 | /** |
1168 | * @brief Raise priority of an object so it will have a priviledged access to hardware ressource. | 1168 | * @brief Raise priority of an object so it will have a priviledged access to hardware resources. |
1169 | * | 1169 | * |
1170 | * @param obj The object which the query is being ran on. | 1170 | * @param obj The object which the query is being ran on. |
1171 | * @param priority EINA_TRUE means give me a priority access to the hardware ressource. | 1171 | * @param priority EINA_TRUE means give me a priority access to the hardware resources. |
1172 | * | 1172 | * |
1173 | * Hardware have a few dedicated hardware pipeline that process the video at no cost for the CPU. | 1173 | * Hardware have a few dedicated hardware pipeline that process the video at no cost for the CPU. |
1174 | * Especially on SoC, you mostly have one (on mobile phone SoC) or two (on Set Top Box SoC) when | 1174 | * Especially on SoC, you mostly have one (on mobile phone SoC) or two (on Set Top Box SoC) when |
1175 | * Picture in Picture is needed. And most application just have a few video stream that really | 1175 | * Picture in Picture is needed. And most application just have a few video stream that really |
1176 | * deserve high frame rate, hiogh quality output. That's why this call is for. | 1176 | * deserve high frame rate, high quality output. That's why this call is for. |
1177 | * | 1177 | * |
1178 | * Please note that if Emotion can't acquire a priviledged hardware ressource, it will fallback | 1178 | * Please note that if Emotion can't acquire a priviledged hardware ressource, it will fallback |
1179 | * to the no-priority path. This work on the first asking first get basis system. | 1179 | * to the no-priority path. This work on the first asking first get basis system. |