]> AND Public Git Repository - simgrid.git/blobdiff - src/xbt/ex.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Fix bug in recurive call of compare_heap_area_with_type
[simgrid.git] / src / xbt / ex.c
index 3656ea51af323d581498d1e4254a0d697cb09cb3..943304688384a6cfd7f04c47312cbcfc24a11f85 100644 (file)
@@ -75,7 +75,7 @@ xbt_running_ctx_t *__xbt_ex_ctx_default(void)
      real life and in simulation when using threads to implement the simulation
      processes (ie, with pthreads and on windows).
 
-     It also gets overriden in xbt/context.c when using ucontextes (as well as
+     It also gets overriden in xbt/context.c when using ucontexts (as well as
      in Java for now, but after the java overhaul, it will get cleaned out)
    */
   static xbt_running_ctx_t ctx = XBT_RUNNING_CTX_INITIALIZER;