1
0
Fork 0

ARM: socfpga: fix spelling mistake in error message

Trivial fix to spelling mistake "Mananger" to "Manager"
in error message

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
hifive-unleashed-5.1
Colin King 2016-11-15 08:52:17 -06:00 committed by Dinh Nguyen
parent 1001354ca3
commit ed72af3a8c
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ void socfpga_init_arria10_l2_ecc(void)
}
if (!sys_manager_base_addr) {
pr_err("System Mananger not mapped for L2 ECC\n");
pr_err("System Manager not mapped for L2 ECC\n");
goto exit;
}
/* Clear any pending IRQs */