Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
typo
[simgrid.git] / examples / smpi / replay / replay.c
index 7812f6c..8ac5990 100644 (file)
@@ -15,7 +15,7 @@ static void action_blah(const char* const* args)
 }
 
 int main(int argc, char *argv[]) {
-  /* Connect your calllback function to the "blah" event in the trace files */
+  /* Connect your callback function to the "blah" event in the trace files */
   xbt_replay_action_register("blah", action_blah);
 
   /* The regular run of the replayer */