summaryrefslogtreecommitdiff
path: root/drivers/renesas/common/console/rcar_printf.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/renesas/common/console/rcar_printf.c')
-rw-r--r--drivers/renesas/common/console/rcar_printf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/renesas/common/console/rcar_printf.c b/drivers/renesas/common/console/rcar_printf.c
index ad074fe05..6af10eeca 100644
--- a/drivers/renesas/common/console/rcar_printf.c
+++ b/drivers/renesas/common/console/rcar_printf.c
@@ -24,7 +24,7 @@
/*
* The log is initialized and used before BL31 xlat tables are initialized,
* therefore the log memory is a device memory at that point. Make sure the
- * memory is correclty aligned and accessed only with up-to 32bit, aligned,
+ * memory is correctly aligned and accessed only with up-to 32bit, aligned,
* writes.
*/
CASSERT((RCAR_BL31_LOG_BASE & 0x7) == 0, assert_bl31_log_base_unaligned);