diff options
Diffstat (limited to 'hw/p5ioc2-phb.c')
-rw-r--r-- | hw/p5ioc2-phb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/p5ioc2-phb.c b/hw/p5ioc2-phb.c index e3f546e..06c2cc2 100644 --- a/hw/p5ioc2-phb.c +++ b/hw/p5ioc2-phb.c @@ -906,7 +906,7 @@ static void p5ioc2_phb_hwinit(struct p5ioc2_phb *p) * wired on the motherboard). I set things up based on * the values I read on a Juno machine. We setup the BPR * with the various timeouts etc... as well based one - * similarily captured values + * similarly captured values */ if (p->is_pcie) { out_be32(p->regs + CAP_AER, 0x04000000); |