mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-17 10:04:26 +00:00
chore(gpt): fix typo in comment
Fix a confusing typo in comment docstring. Change-Id: I9424454b9fa140bf6a482dea7f8cba24806068b6 Signed-off-by: Moritz Fischer <moritzf@google.com>
This commit is contained in:
parent
a16dad0b22
commit
670150b804
1 changed files with 1 additions and 1 deletions
|
@ -495,7 +495,7 @@ static int validate_pas_mappings(pas_region_t *pas_regions,
|
|||
*
|
||||
* Parameters
|
||||
* l0_mem_base Base address of memory used for L0 tables.
|
||||
* l1_mem_size Size of memory available for L0 tables.
|
||||
* l0_mem_size Size of memory available for L0 tables.
|
||||
*
|
||||
* Return
|
||||
* Negative Linux error code in the event of a failure, 0 for success.
|
||||
|
|
Loading…
Add table
Reference in a new issue