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:
Timothy Pearson 2015-01-23 20:22:56 -06:00 committed by Alexandru Gagniuc
parent 29445dc44e
commit d0c1dd0205
1 changed files with 1 additions and 1 deletions

View File

@ -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.
*/