Skip to content

Commit 729f6a6

Browse files
rizlikCopilot
andauthored
Update tools/unit-tests/unit-pci.c
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 083d795 commit 729f6a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/unit-tests/unit-pci.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -912,7 +912,7 @@ START_TEST(test_program_bar_64bit_upper_reject)
912912
test_pci_init(&t);
913913
dev_node = test_pci_add_dev(&t, 0, 0, 0x1234, 0x5678, TEST_PCI_ROOT_BUS);
914914
/* 64-bit prefetchable MMIO BAR, 1MB, but upper mask = 0 (not 0xFFFFFFFF)
915-
* our imple refuses to map so much address space for now */
915+
* our implementation refuses to map so much address space for now */
916916
test_pci_dev_set_bar(&t, dev_node, 0, 0x100000, TEST_PCI_BAR_64BIT | TEST_PCI_BAR_PF);
917917
/* set it manually as test_pci_dev_set_bar only handle 32-bit size */
918918
t.nodes[dev_node].bars[0].upper_mask = 0x0000000F;

0 commit comments

Comments
 (0)