fix a few misspellings

This commit is contained in:
William Leara 2023-10-13 14:29:06 -05:00 committed by Nikolaj Schlej
parent daf585151c
commit 0e11189644
2 changed files with 5 additions and 5 deletions

View file

@ -584,7 +584,7 @@ typedef struct BPDT_ENTRY_ {
UINT32 SplitSubPartitionFirstPart : 1;
UINT32 SplitSubPartitionSecondPart : 1;
UINT32 CodeSubPartition : 1;
UINT32 UmaCachable : 1;
UINT32 UmaCacheable : 1;
UINT32 Reserved: 12;
UINT32 Offset;
UINT32 Size;