From eb13f3b2600b17bebebf9ecaf8de03551d7be124 Mon Sep 17 00:00:00 2001 From: bzt Date: Sun, 15 May 2022 04:34:10 +0200 Subject: [PATCH] Typo, fixed issue #38 --- uefi/uefi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uefi/uefi.h b/uefi/uefi.h index 60ac0b5..423768b 100644 --- a/uefi/uefi.h +++ b/uefi/uefi.h @@ -522,7 +522,7 @@ typedef enum { EfiMemoryMappedIO, EfiMemoryMappedIOPortSpace, EfiPalCode, - EfiPresistentMemory, + EfiPersistentMemory, EfiUnacceptedMemoryType, EfiMaxMemoryType } efi_memory_type_t;