Skip to content

Commit cb8781f

Browse files
yangrongweimdkinney
authored andcommitted
Update 310_pcd_sections.md
fix typo
1 parent 4132b82 commit cb8781f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

3_edk_ii_dec_file_format/310_pcd_sections.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ PCDs listed in `PcdsFeatureFlag` sections must only be listed in
128128
<PcdStruct> ::= <PcdName> <FS> <PtrVal> <FS> {<CName>} {<CArrayName>} <FS> <Token> "{" <EOL>
129129
<TS> <PcdStructHF>
130130
<TS> <PcdStructPKGs> "}" <CbOrEol>
131-
<PcdStructHF> ::= "<HeaderFile>" <EOL> <PcdStructFile>
131+
<PcdStructHF> ::= "<HeaderFiles>" <EOL> <PcdStructFile>
132132
<PcdStructPKGs> ::= "<Packages>" <EOL> <PcdStructFile>*
133133
<PcdStructFile> ::= <Filename> <EOL>
134134
<PcdPtr> ::= <PcdName> <FS> <PcdPtrVal> <FS> <Token> <CbOrEol>

0 commit comments

Comments
 (0)