eina: fix typos in doxygen

This commit is contained in:
Jean Guyomarc'h 2016-03-06 12:35:13 +01:00
parent 15ddd174a1
commit 793e4e0b5a
2 changed files with 7 additions and 7 deletions

View File

@ -271,7 +271,7 @@ EAPI void eina_accessor_over(Eina_Accessor *accessor,
* is returned, otherwise #EINA_TRUE is returned. If the container is not
* lockable, it returns #EINA_TRUE.
*
* @warnning None of the existing eina data structures are lockable.
* @warning None of the existing eina data structures are lockable.
*/
EAPI Eina_Bool eina_accessor_lock(Eina_Accessor *accessor) EINA_ARG_NONNULL(1);

View File

@ -173,8 +173,8 @@ static inline Eina_F32p32 eina_f32p32_sqrt(Eina_F32p32 a);
* @brief Get the absolute value of the integer part of and Eina_F32p32 floating
* point number
*
* @param a The floating point number
* @return The positive integer part of the number @p a
* @param v The floating point number
* @return The positive integer part of the number @p v
*/
static inline unsigned int eina_f32p32_fracc_get(Eina_F32p32 v);
@ -329,8 +329,8 @@ static inline Eina_F16p16 eina_f16p16_sqrt(Eina_F16p16 a);
* @brief Get the absolute value of the integer part of and Eina_F16p16 floating
* point number
*
* @param a The floating point number
* @return The positive integer part of the number @p a
* @param v The floating point number
* @return The positive integer part of the number @p v
*/
static inline unsigned int eina_f16p16_fracc_get(Eina_F16p16 v);
@ -427,8 +427,8 @@ static inline Eina_F8p24 eina_f8p24_sqrt(Eina_F8p24 a);
* @brief Get the absolute value of the integer part of and Eina_F8p24 floating
* point number
*
* @param a The floating point number
* @return The positive integer part of the number @p a
* @param v The floating point number
* @return The positive integer part of the number @p v
*/
static inline unsigned int eina_f8p24_fracc_get(Eina_F8p24 v);