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

Public GIT Repository
Some typos in source code
[simgrid.git] / src / bindings / lua / simgrid_lua.c
index 6877c67d2d5875c275b41b53a0a2678785b85cbf..11e4badf34ee1765f7de73eb409adc6999e33882 100644 (file)
@@ -196,7 +196,7 @@ static int simgrid_gc(lua_State * L)
  */
 static int msg_register_platform(lua_State * L)
 {
-  /* Tell Simgrid we dont wanna use its parser */
+  /* Tell Simgrid we don't wanna use its parser */
   //surf_parse = console_parse_platform;
   surf_parse_reset_callbacks();
   MSG_create_environment(NULL);