Removes outdated comment.
enum was using an array in the past, where the order mattered.
enum
Now it's using a numbered hash, where the order should not matter, making the comment obsolete.