X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0c14e681436e252f680310c7696b3ba17a349706..221538a27f21e52c182ae7fcc08c78c1175395b9:/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.