From 793e4e0b5ad0d2a312afdda7c71257063c8c4a30 Mon Sep 17 00:00:00 2001 From: Jean Guyomarc'h Date: Sun, 6 Mar 2016 12:35:13 +0100 Subject: [PATCH] eina: fix typos in doxygen --- src/lib/eina/eina_accessor.h | 2 +- src/lib/eina/eina_fp.h | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/lib/eina/eina_accessor.h b/src/lib/eina/eina_accessor.h index 2ff47b3..38eff89 100644 --- a/src/lib/eina/eina_accessor.h +++ b/src/lib/eina/eina_accessor.h @@ -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); diff --git a/src/lib/eina/eina_fp.h b/src/lib/eina/eina_fp.h index 7a169a2..80aefff 100644 --- a/src/lib/eina/eina_fp.h +++ b/src/lib/eina/eina_fp.h @@ -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); -- 2.7.4