From 1660b60aff659c82f0d088a867e4d5af4835f658 Mon Sep 17 00:00:00 2001
From: Millian Poquet <millian.poquet@irit.fr>
Date: Thu, 4 Apr 2024 15:29:55 +0200
Subject: [PATCH] fix comment typo

---
 easypower.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/easypower.cpp b/easypower.cpp
index b8a615b..093336f 100644
--- a/easypower.cpp
+++ b/easypower.cpp
@@ -222,7 +222,7 @@ uint8_t batsim_edc_take_decisions(
                   && (
                         (    (job->nb_hosts <= nb_available_hosts_at_priority_job_start) // cannot hinder priority job at all regarding hosts
                           && (job->power_estimation <= nb_available_watts_at_priority_job_start) // cannot hinder priority job at all regarding watts
-                        ) // previous block if true if the backfilled job cannot hinder the priority job regardless of the backfilled job duration
+                        ) // previous block is true if the backfilled job cannot hinder the priority job regardless of the backfilled job duration
                         || (job_finish_time <= priority_job_start_time) // the backfilled job finishes before the priority job's expected start time
                      )
             ) {
-- 
GitLab