Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Typos.
[simgrid.git] / src / surf / host_clm03.cpp
index c29dd27..8036273 100644 (file)
@@ -37,7 +37,7 @@ namespace surf {
 double HostCLM03Model::next_occurring_event(double now)
 {
   /* nothing specific to be done here
-   * surf_solve already calls all the models next_occuring_event properly */
+   * surf_solve already calls all the models next_occurring_event properly */
   return -1.0;
 }