device/hypertransport.c: Fix typo in comment
Change-Id: Ib63a8b6e7f4663926104426992f6dea9ee3510b0 Signed-off-by: Timothy Pearson <tpearson@raptorengineeringinc.com> Reviewed-on: http://review.coreboot.org/8262 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com> Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
This commit is contained in:
parent
29445dc44e
commit
d0c1dd0205
|
@ -512,7 +512,7 @@ unsigned int hypertransport_scan_chain(struct bus *bus, unsigned min_devfn,
|
|||
flags = pci_read_config16(dev, pos + PCI_CAP_FLAGS);
|
||||
|
||||
/*
|
||||
* If the devices has a unitid set and is at devfn 0 we are
|
||||
* If the device has a unitid set and is at devfn 0 we are
|
||||
* done. This can happen with shadow hypertransport devices,
|
||||
* or if we have reached the bottom of a HT device chain.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue