Commit d62d1eb6 authored by Cao jin's avatar Cao jin Committed by Michael Tokarev
Browse files

pcie: fix typo in comments

parent 63f7b10b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.
 */