Timothy Pearson (tpearson@raptorengineeringinc.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/8262
-gerrit
commit 7edaca71a74e3f1d321910693cbd5f9cb4a5d2a5 Author: Timothy Pearson tpearson@raptorengineeringinc.com Date: Fri Jan 23 20:22:56 2015 -0600
device/hypertransport.c: Fix typo in comment
Change-Id: Ib63a8b6e7f4663926104426992f6dea9ee3510b0 Signed-off-by: Timothy Pearson tpearson@raptorengineeringinc.com --- src/device/hypertransport.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/device/hypertransport.c b/src/device/hypertransport.c index d9ab486..88a5fc6 100644 --- a/src/device/hypertransport.c +++ b/src/device/hypertransport.c @@ -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. */