Merge "Tegra: Fix typo in comment" into integration

This commit is contained in:
Paul Beesley 2019-06-27 09:12:27 +00:00 committed by TrustedFirmware Code Review
commit e54b4dd9da
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ void bl31_early_platform_setup2(u_register_t arg0, u_register_t arg1,
/*
* The previous bootloader passes the base address of the shared memory
* location to store the boot profiler logs. Sanity check the
* address and initilise the profiler library, if it looks ok.
* address and initialise the profiler library, if it looks ok.
*/
if (plat_params->boot_profiler_shmem_base != 0ULL) {