]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
pcie: fix typo in comments
authorCao jin <caoj.fnst@cn.fujitsu.com>
Fri, 11 Nov 2016 03:02:48 +0000 (11:02 +0800)
committerMichael Tokarev <mjt@tls.msk.ru>
Tue, 24 Jan 2017 20:26:53 +0000 (23:26 +0300)
Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
hw/pci/pcie.c

index adeda0403674ee0a3c18e0b88f635c0758ad48c4..cbd4bb4f8cd4f6a54eff02f22aa83fc2e6f4447d 100644 (file)
@@ -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.
  */