X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/bee3400ba6e1daeca869db8753dc4d86bcda28ca..5311e568cf40ead1b36c7d5c247531317ed5acde:/src/xbt/heap.c?ds=sidebyside diff --git a/src/xbt/heap.c b/src/xbt/heap.c index a91e006bf9..d26166b5fa 100644 --- a/src/xbt/heap.c +++ b/src/xbt/heap.c @@ -145,10 +145,10 @@ void *xbt_heap_pop(xbt_heap_t H) /** * @brief Extracts from the heap and returns the element at position i. * \param H the heap we're working on - * \param i element position + * \param i element position * \return the element at position i if ok, NULL otherwise * - * Extracts from the heap and returns the element at position i. The head is automatically reorded. + * Extracts from the heap and returns the element at position i. The heap is automatically reorded. */ void *xbt_heap_remove(xbt_heap_t H, int i) {