From d62d1eb627bc9b10b26fabda5d643e3b77cb54dd Mon Sep 17 00:00:00 2001 From: Cao jin Date: Fri, 11 Nov 2016 11:02:48 +0800 Subject: [PATCH] pcie: fix typo in comments Signed-off-by: Cao jin Signed-off-by: Michael Tokarev --- hw/pci/pcie.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.11.4.GIT