Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix some more doc bugs
[simgrid.git] / examples / smpi / NAS / dt.c
index c98a0d34a9167ab55f2cda9d1ef8c4247ac753ac..5a363cdcc4b4a4903a6e45bb36ef914f05b21e85 100644 (file)
@@ -673,7 +673,7 @@ int main(int argc,char **argv ){
   if(timer_on != 0 && dg->numNodes+1>timers_tot){
     timer_on=0;
     if(my_rank==0)
-    fprintf(stderr,"Not enough timers. Node timeing is off. \n");
+    fprintf(stderr,"Not enough timers. Node timing is off. \n");
   }
   if(dg->numNodes && dg->numNodes>comm_size){
     if(my_rank==0){