aboutsummaryrefslogtreecommitdiff
path: root/src/include/bootmem.h
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-01-15 21:13:45 +0100
committerPatrick Georgi <pgeorgi@google.com>2020-01-18 10:55:45 +0000
commit5f73e220abcb56f11664de6c77ad50b9dff3023a (patch)
treef9aa42ff04a5109ecb801cd4723aa4937a652d88 /src/include/bootmem.h
parente202e6770951f3207278217bd61d030bec271e03 (diff)
src/include: Fix typos
Change-Id: Ia8e6e5bd5ac2565263d81df8ca81d62436a3301f Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/38441 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/include/bootmem.h')
-rw-r--r--src/include/bootmem.h2
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,