Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[s4u] Add basic documentation on ConditionVariable
[simgrid.git] / ChangeLog
index 5d6e12c..bec4c08 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -111,7 +111,7 @@ SimGrid (3.13) stable; urgency=low
    include/simgrid/simdag.h
 
  Simix
- * simgrid::simix::kernel() is the closure callback. It ensures that
+ * simgrid::simix::kernelImmediate() is the closure callback. It ensures that
     the lambda or closure passed as a parameter will run in kernel mode.
    All the callback functions should be rewritten to that interface at some point.