The comment was not correctly indented. Also the preferred name for the
initial domain is "hardware domain" and not "dom0, so replace it.
Signed-off-by: Julien Grall <julien.grall@arm.com>
Acked-by: Stefano Stabellini <sstabellini@kernel.org>
for( i = NR_LOCAL_IRQS; i < vgic_num_irqs(d); i++ )
{
/*
- * TODO: Exclude the SPIs SMMU uses which should not be routed to Dom0.
- */
+ * TODO: Exclude the SPIs SMMU uses which should not be routed to
+ * the hardware domain.
+ */
desc = irq_to_desc(i);
if ( desc->action != NULL)
continue;