Skip to content

Commit 5ed30d8

Browse files
authored
Fixup typo in PCI Properties extension example. (#87)
Signed-off-by: Will Damon <[email protected]>
1 parent 5ced682 commit 5ed30d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/core/EXT_PCIProperties.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The following psuedo-code demonstrates a sequence for obtaining the BDF address
4949
5050
...
5151
// Create a PCI address struct
52-
{x}_pci_address_ext_t devAddr = {
52+
${x}_pci_address_ext_t devAddr = {
5353
0, // domain
5454
0, // bus
5555
0, // device

0 commit comments

Comments
 (0)