diff options
Diffstat (limited to 'src/include/bootmem.h')
-rw-r--r-- | src/include/bootmem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/bootmem.h b/src/include/bootmem.h index 53e2d0f9db..165f7da571 100644 --- a/src/include/bootmem.h +++ b/src/include/bootmem.h @@ -38,7 +38,7 @@ enum bootmem_type { BM_MEM_UNUSABLE, /* Unusable address space */ BM_MEM_VENDOR_RSVD, /* Vendor Reserved */ BM_MEM_OPENSBI, /* Risc-V OpenSBI */ - BM_MEM_BL31, /* Arm64 BL31 exectuable */ + BM_MEM_BL31, /* Arm64 BL31 executable */ BM_MEM_TABLE, /* Ram configuration tables are kept in */ /* Tags below this point are ignored for the OS table. */ BM_MEM_OS_CUTOFF = BM_MEM_TABLE, |