Andra Hugo преди 13 години
родител
ревизия
26452f1f1c
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/sched_policies/parallel_heft.c

+ 1 - 1
src/sched_policies/parallel_heft.c

@@ -43,7 +43,7 @@ typedef struct {
 	double beta;
 	double _gamma;
 	double idle_power;
-* When we push a task on a combined worker we need all the cpu workers it contains
+/* When we push a task on a combined worker we need all the cpu workers it contains
  * to be locked at once */
 	pthread_mutex_t global_push_mutex;
 } pheft_data;