mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-05-08 18:41:22 +00:00
fix(tree): correct some typos
found using codespell (https://github.com/codespell-project/codespell). Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Change-Id: I1bfa797e3460adddeefa916bb68e22beddaf6373
This commit is contained in:
parent
8557d491b6
commit
1b491eead5
109 changed files with 136 additions and 136 deletions
|
@ -293,7 +293,7 @@ static int cal_odt(const unsigned int clk,
|
|||
}
|
||||
|
||||
if (pdodt == NULL) {
|
||||
ERROR("Error determing ODT.\n");
|
||||
ERROR("Error determining ODT.\n");
|
||||
return -EINVAL;
|
||||
}
|
||||
|
||||
|
@ -916,7 +916,7 @@ long long dram_init(struct ddr_info *priv
|
|||
debug("Program controller registers\n");
|
||||
ret = write_ddrc_regs(priv);
|
||||
if (ret != 0) {
|
||||
ERROR("Programing DDRC error\n");
|
||||
ERROR("Programming DDRC error\n");
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue