diff --git a/src/helpers/utils.js b/src/helpers/utils.js
index b3c619d5d3473997a51f9a3e385da59445fb01e7..fdc7c967f9c7e1241ea45f3f22ea5951bc4e3107 100644
--- a/src/helpers/utils.js
+++ b/src/helpers/utils.js
@@ -63,7 +63,7 @@ function aggregateYearlyLoad(data) {
 }
 
 /**
- * Removes aggregates matching the same year and month as the first data retrieved from EPGL if it is already in database.
+ * Removes aggregates matching the same year and month as the first data retrieved from GRDF if it is already in database.
  *
  * This step is needed to avoid updating the 3 years old month aggregate with incomplete data
  *
@@ -93,7 +93,7 @@ async function filterFirstMonthlyLoad(firstMonth, firstYear, monthlyLoads) {
 }
 
 /**
- * Removes aggregates matching the same year as the first data retrieved from EPGL if it is already in database.
+ * Removes aggregates matching the same year as the first data retrieved from GRDF if it is already in database.
  *
  * This step is needed to avoid updating the 3 years old year aggregate with incomplete data
  *