eina: fix typos in doxygen
authorJean Guyomarc'h <jean.guyomarch@gmail.com>
Sun, 6 Mar 2016 11:35:13 +0000 (12:35 +0100)
committerJean Guyomarc'h <jean.guyomarch@gmail.com>
Sun, 6 Mar 2016 11:35:13 +0000 (12:35 +0100)
src/lib/eina/eina_accessor.h
src/lib/eina/eina_fp.h

index 2ff47b3..38eff89 100644 (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);
 
index 7a169a2..80aefff 100644 (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);