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:
Moritz Fischer 2024-08-20 21:58:35 +00:00 committed by Yann Gautier
parent a16dad0b22
commit 670150b804

View file

@ -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.