Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Implemented the MSG_task_get_source() function. (See ChangeLog)
[simgrid.git] / include / xbt / fifo.h
index 2b46a58..01dfbff 100644 (file)
@@ -41,7 +41,7 @@ int xbt_fifo_size(xbt_fifo_t);
 int xbt_fifo_is_in(xbt_fifo_t, void *);
 /** @} */
 
-/** @name 3. Manipulating directly items
+/** @name 3. Manipulating items directly
  *
  *  @{
  */