Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Typo.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Fri, 27 Apr 2012 13:13:12 +0000 (15:13 +0200)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Sat, 5 May 2012 06:37:29 +0000 (08:37 +0200)
src/xbt/heap.c

index a91e006..2b15380 100644 (file)
@@ -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
  *
  * \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)
 {
  */
 void *xbt_heap_remove(xbt_heap_t H, int i)
 {