X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0c14e681436e252f680310c7696b3ba17a349706..757ff9d52ecfe47d158e817d527a7793a9eb2395:/src/xbt/heap.c diff --git a/src/xbt/heap.c b/src/xbt/heap.c index 2b153804cd..d26166b5fa 100644 --- a/src/xbt/heap.c +++ b/src/xbt/heap.c @@ -145,7 +145,7 @@ 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 heap is automatically reorded.