Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove an unused parameter + cosmetics
[simgrid.git] / src / kernel / routing / NetCard.hpp
index bffc783..4f285c3 100644 (file)
@@ -22,7 +22,7 @@ namespace routing {
 /** @ingroup ROUTING_API
  *  @brief Network cards are the vertices in the graph representing the network, used to compute paths between nodes.
  *
- * @details This represents a position in the network. One can route information between two netcards
+ * @details This represents a position in the network. One can send information between two netcards
  */
 class NetCard : public simgrid::xbt::Extendable<NetCard> {