X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/96b18f4b65694f66c8aea2d702b6f087fdcf9cb7..2983e2d4248b6cdb5c7df3b1bd9b35540e7a32b8:/src/surf/network_interface.cpp diff --git a/src/surf/network_interface.cpp b/src/surf/network_interface.cpp index d8f2f15285..a961155827 100644 --- a/src/surf/network_interface.cpp +++ b/src/surf/network_interface.cpp @@ -177,9 +177,9 @@ namespace simgrid { Link::~Link() { xbt_assert(currentlyDestroying_, "Don't delete Links directly. Call destroy() instead."); } - /** @brief Fire the require callbacks and destroy the object + /** @brief Fire the required callbacks and destroy the object * - * Don't delete directly an Link, call l->destroy() instead. + * Don't delete directly a Link, call l->destroy() instead. */ void Link::destroy() {