* 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);
* @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);
* @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);
* @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);