Fix the FIXME saying how to enable the test
diff --git a/test/Utils.hs b/test/Utils.hs
index c065977..f84c4ac 100644
--- a/test/Utils.hs
+++ b/test/Utils.hs
@@ -152,7 +152,7 @@
       [(8, ActR <$> name)
       ,(8, ActW <$> name)
       ,(1, return ActF)
-      -- FIXME: The second 0 should be 1 - at the moment we avoid spawning children
+      -- FIXME: The first 0 should be 1 - at the moment we avoid spawning children
       ,(if sz > 10 then 0 else 0, resize (min 20 $ sz-10) $ ActE <$> arbitrary <*> arbitrary)]
     where name = vectorOf 2 $ choose ('a', 'z')