From: Cao jin Date: Fri, 11 Nov 2016 03:02:48 +0000 (+0800) Subject: pcie: fix typo in comments X-Git-Tag: v2.9.0-rc0~132^2~20 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d62d1eb627bc9b10b26fabda5d643e3b77cb54dd;p=thirdparty%2Fqemu.git pcie: fix typo in comments Signed-off-by: Cao jin Signed-off-by: Michael Tokarev --- diff --git a/hw/pci/pcie.c b/hw/pci/pcie.c index adeda040367..cbd4bb4f8cd 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. */