diff options
| author | Cao jin | 2016-11-11 04:02:48 +0100 |
|---|---|---|
| committer | Michael Tokarev | 2017-01-24 21:26:53 +0100 |
| commit | d62d1eb627bc9b10b26fabda5d643e3b77cb54dd (patch) | |
| tree | ef03257506e65d78166df32daef9dd01f9117b1a | |
| parent | object: make some funcs static (diff) | |
| download | qemu-d62d1eb627bc9b10b26fabda5d643e3b77cb54dd.tar.gz qemu-d62d1eb627bc9b10b26fabda5d643e3b77cb54dd.tar.xz qemu-d62d1eb627bc9b10b26fabda5d643e3b77cb54dd.zip | |
pcie: fix typo in comments
Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
| -rw-r--r-- | hw/pci/pcie.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/pci/pcie.c b/hw/pci/pcie.c index adeda04036..cbd4bb4f8c 100644 --- a/hw/pci/pcie.c +++ b/hw/pci/pcie.c @@ -656,7 +656,7 @@ static void pcie_ext_cap_set_next(PCIDevice *dev, uint16_t pos, uint16_t next) } /* - * caller must supply valid (offset, size) * such that the range shouldn't + * Caller must supply valid (offset, size) such that the range wouldn't * overlap with other capability or other registers. * This function doesn't check it. */ |
