Skip to content

Commit

Permalink
Fixup typo in PCI Properties extension example. (#87)
Browse files Browse the repository at this point in the history
Signed-off-by: Will Damon <will.damon@intel.com>
  • Loading branch information
wdamon-intel authored Feb 28, 2023
1 parent 5ced682 commit 5ed30d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/core/EXT_PCIProperties.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ The following psuedo-code demonstrates a sequence for obtaining the BDF address
...
// Create a PCI address struct
{x}_pci_address_ext_t devAddr = {
${x}_pci_address_ext_t devAddr = {
0, // domain
0, // bus
0, // device
Expand Down

0 comments on commit 5ed30d8

Please sign in to comment.