Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add the possibility to remove an item in the middle of the list.
[simgrid.git] / src / xbt / dict.c
index 865934e..96a2d5e 100644 (file)
@@ -57,7 +57,7 @@ xbt_dict_free(xbt_dict_t *dict)  {
 /**
  * xbt_dict_set_ext:
  *
- * @p_dict: the container
+ * @dict: the container
  * @key: the key to set the new data
  * @data: the data to add in the dict
  *