From 9d74bc300f557201385edbfc8519ff1f2940bb74 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andreas=20F=C3=A4rber?= Date: Mon, 17 Jun 2019 00:06:43 +0200 Subject: [PATCH] Tegra: Fix typo in comment MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit initilise -> initialise Signed-off-by: Andreas Färber Change-Id: Ib129e6bd48623b6565b669bc674208893a2f7668 --- plat/nvidia/tegra/common/tegra_bl31_setup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plat/nvidia/tegra/common/tegra_bl31_setup.c b/plat/nvidia/tegra/common/tegra_bl31_setup.c index 4d406683..a9d037f1 100644 --- a/plat/nvidia/tegra/common/tegra_bl31_setup.c +++ b/plat/nvidia/tegra/common/tegra_bl31_setup.c @@ -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) { -- 2.30.2