]> AND Public Git Repository - simgrid.git/blobdiff - src/simdag/sd_workstation.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add a link to the scientific tutorial in the 101 section of the documentatino
[simgrid.git] / src / simdag / sd_workstation.c
index 1f15df9603c3518420124df9c6fc982c069f28be..829da194cdd12bb9cc787a7c3071cf6934db2cc4 100644 (file)
@@ -254,7 +254,7 @@ double SD_workstation_get_computation_time(SD_workstation_t workstation,
 }
 
 /**
- * \brief Returns the latency of the route between two workstations, i.e. the sum of all link latencies
+ * \brief Returns the latency of the route between two workstations, i.e. the sum of all link latencies
  * between the workstations.
  *
  * \param src the first workstation
@@ -283,7 +283,7 @@ double SD_route_get_current_latency(SD_workstation_t src,
 }
 
 /**
- * \brief Returns the bandwidth of the route between two workstations, i.e. the minimum link bandwidth of all
+ * \brief Returns the bandwidth of the route between two workstations, i.e. the minimum link bandwidth of all
  * between the workstations.
  *
  * \param src the first workstation