diff options
| author | Zhang RunMin <[email protected]> | 2024-10-23 15:20:49 +0800 |
|---|---|---|
| committer | Anup Patel <[email protected]> | 2024-11-11 17:53:32 +0530 |
| commit | db8f03e51237168c7fcff3d6aaa9058d6675b017 (patch) | |
| tree | 2d46412ad8a47eff654403fb8d63200aa83271c3 | |
| parent | 5d4e3fb2ee03b9894d9cb03ddac0cda83d7ccc71 (diff) | |
include: sbi: Fix typo error
Fix typo in comments describing SBI_SCRATCH_FW_HEAP_SIZE_OFFSET.
Signed-off-by: Zhang RunMin <[email protected]>
Reviewed-by: Anup Patel <[email protected]>
| -rw-r--r-- | include/sbi/sbi_scratch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sbi/sbi_scratch.h b/include/sbi/sbi_scratch.h index 9cd7b0d6..0d188d12 100644 --- a/include/sbi/sbi_scratch.h +++ b/include/sbi/sbi_scratch.h @@ -22,7 +22,7 @@ #define SBI_SCRATCH_FW_RW_OFFSET (2 * __SIZEOF_POINTER__) /** Offset of fw_heap_offset member in sbi_scratch */ #define SBI_SCRATCH_FW_HEAP_OFFSET (3 * __SIZEOF_POINTER__) -/** Offset of fw_heap_size_offset member in sbi_scratch */ +/** Offset of fw_heap_size member in sbi_scratch */ #define SBI_SCRATCH_FW_HEAP_SIZE_OFFSET (4 * __SIZEOF_POINTER__) /** Offset of next_arg1 member in sbi_scratch */ #define SBI_SCRATCH_NEXT_ARG1_OFFSET (5 * __SIZEOF_POINTER__) |
