diff --git a/benchmarks/bugs/bug_single_element.geo b/benchmarks/bugs/bug_single_element.geo
index 0358cd0707a5cceae4a94477ebb78037a0e56d8f..d3417d347a96a631aa08db5c7b652b828ff39f51 100644
--- a/benchmarks/bugs/bug_single_element.geo
+++ b/benchmarks/bugs/bug_single_element.geo
@@ -12,6 +12,6 @@ Line (9) = {1, 7};
 Line (11) = {3, 7};
 
 Line Loop (1) = {9, -11, -1}; // this is bad
-// Line Loop (1000030) = {-11, -1, 9}; // this is OK
+// Line Loop (1) = {-11, -1, 9}; // this is OK
 
 Ruled Surface (2) = {1};