X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2f810149832a2d855c33d0df5b02d736c2081e41..d90a41491cfb04188c4469729fa60d01ec0ff693:/src/xbt/heap.c 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) {