瀏覽代碼

esc_hypervisor/include/sc_hypervisor_monitoring.h: Fix typo.

Mathieu Lirzin 10 年之前
父節點
當前提交
e595de823e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      sc_hypervisor/include/sc_hypervisor_monitoring.h

+ 1 - 1
sc_hypervisor/include/sc_hypervisor_monitoring.h

@@ -78,7 +78,7 @@ struct sc_hypervisor_wrapper
 	/* number of flops the context has to execute */
 	double total_flops;
 
-	/* number of flops executed since the biginning until now */
+	/* number of flops executed since the beginning until now */
 	double total_elapsed_flops[STARPU_NMAXWORKERS];
 
 	/* number of flops executed since last resizing */