diff options
author | Timothy Pearson <tpearson@raptorengineeringinc.com> | 2015-01-23 20:22:56 -0600 |
---|---|---|
committer | Alexandru Gagniuc <mr.nuke.me@gmail.com> | 2015-01-24 23:04:31 +0100 |
commit | d0c1dd0205b0974ea8ae561caf02999210c5371a (patch) | |
tree | 6e844a7abd198ae2da7eb195a725730e07d83427 /src | |
parent | 29445dc44ee6bfb2617443e0faa985a93d9272f2 (diff) |
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>
Diffstat (limited to 'src')
-rw-r--r-- | src/device/hypertransport.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/hypertransport.c b/src/device/hypertransport.c index d9ab486c22..88a5fc699d 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. */ |