diff options
Diffstat (limited to 'OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbInfo.c')
-rw-r--r-- | OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbInfo.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbInfo.c b/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbInfo.c index 859d1e70c5..7a6dfb9c21 100644 --- a/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbInfo.c +++ b/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbInfo.c @@ -21,7 +21,7 @@ #include <Pi/PiFirmwareVolume.h>
//
-// The protocols, PPI and GUID defintions for this module
+// The protocols, PPI and GUID definitions for this module
//
#include <Guid/SystemNvDataGuid.h>
//
@@ -41,7 +41,7 @@ typedef struct { EFI_FVB_MEDIA_INFO mPlatformFvbMediaInfo[] = {
//
- // Systen NvStorage FVB
+ // System NvStorage FVB
//
{
FixedPcdGet32 (PcdFlashNvStorageVariableSize) +
|