The rule about multi-line comments says: "If multiple lines are required to describe the problem, subsequent lines should be indented two spaces after the #"
However, in the example:
# FIXME: This has crashed occasionally since v3.2.1. It may
# be related to the BarBazUtil upgrade.
the second line is indented three spaces after the #.