Tegra: Fix typo in comment

initilise -> initialise

Signed-off-by: Andreas Färber <afaerber@suse.de>
Change-Id: Ib129e6bd48623b6565b669bc674208893a2f7668
This commit is contained in:
Andreas Färber 2019-06-17 00:06:43 +02:00
parent 055b7e91a2
commit 9d74bc300f
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) {