From: Arnaud Giersch Date: Fri, 27 Apr 2012 13:13:12 +0000 (+0200) Subject: Typo. X-Git-Tag: v3_7~26^2~1 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/6532cb48078124e2fcdeda3b8074c4b642a635ac?ds=sidebyside Typo. --- diff --git a/src/xbt/heap.c b/src/xbt/heap.c index a91e006bf9..2b153804cd 100644 --- a/src/xbt/heap.c +++ b/src/xbt/heap.c @@ -148,7 +148,7 @@ void *xbt_heap_pop(xbt_heap_t H) * \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) {