X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9a89de9286428715be98227e4fc89f7cd71e7ac8..39f579ce40d3bd04d9f64a7914b07d1ec3334e4b:/src/surf/network_interface.hpp diff --git a/src/surf/network_interface.hpp b/src/surf/network_interface.hpp index c473874005..8d38ef6c6e 100644 --- a/src/surf/network_interface.hpp +++ b/src/surf/network_interface.hpp @@ -95,7 +95,7 @@ public: * @return The new bandwidth. */ virtual double get_bandwidth_constraint(double rate, double bound, double size); - double next_occuring_event_full(double now) override; + double next_occurring_event_full(double now) override; LinkImpl* loopback_ = nullptr; };