From: Jérôme Pinot <ngc891@gmail.com>
authorJérôme Pinot <ngc891@gmail.com>
Fri, 30 Mar 2012 10:13:38 +0000 (10:13 +0000)
committerCarsten Haitzler <raster@rasterman.com>
Fri, 30 Mar 2012 10:13:38 +0000 (10:13 +0000)
Subject: [E-devel] [patch] eina doc leftover

Forgot this one

SVN revision: 69792

legacy/eina/src/include/eina_value.h

index d55135d..05d0f46 100644 (file)
@@ -1721,7 +1721,7 @@ static inline Eina_Bool eina_value_array_pappend(Eina_Value *value,
 
 /**
  * @brief Retrieves a value from the array as an Eina_Value copy.
- * @param value source value object
+ * @param src source value object
  * @param position index of the member
  * @param dst where to return the array member
  * @return #EINA_TRUE on success, #EINA_FALSE otherwise.