Ver Fonte

pcie: fix typo in comments

Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Cao jin há 8 anos atrás
pai
commit
d62d1eb627
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      hw/pci/pcie.c

+ 1 - 1
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.
  * overlap with other capability or other registers.
  * This function doesn't check it.
  * This function doesn't check it.
  */
  */