Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix documentation
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 26 Jun 2008 21:04:59 +0000 (21:04 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 26 Jun 2008 21:04:59 +0000 (21:04 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5842 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/simdag/sd_link.c

index 8cf7978..07e0fa8 100644 (file)
@@ -113,7 +113,7 @@ const char* SD_link_get_name(SD_link_t link) {
  * \brief Returns the current bandwidth of a link
  *
  * \param link a link
- * \return the current bandwidth of this link, in Flops
+ * \return the current bandwidth of this link, in bytes per second
  */
 double SD_link_get_current_bandwidth(SD_link_t link) {
   SD_CHECK_INIT_DONE();