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>
This commit is contained in:
Colin King 2016-11-15 08:52:17 -06:00 коммит произвёл Dinh Nguyen
Родитель 1001354ca3
Коммит ed72af3a8c
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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 */