diff --git a/eo/tutorial/html/FirstBitEA.html b/eo/tutorial/html/FirstBitEA.html
index 27a4616a6..db1f28cfb 100644
--- a/eo/tutorial/html/FirstBitEA.html
+++ b/eo/tutorial/html/FirstBitEA.html
@@ -166,7 +166,7 @@ The actual code is in boldface and the comment in normal face.
random(VEC_SIZE, boolean_generator());
// Initialization of the population
eoPop<Indi> pop(POP_SIZE, random);
- // and evaluate it in one loop
+ // and evaluate it in one line
apply<Indi>(eval, pop); // STL syntax