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:
Elyes Haouas 2023-02-13 09:14:48 +01:00 committed by Manish Pandey
parent 8557d491b6
commit 1b491eead5
109 changed files with 136 additions and 136 deletions

View file

@ -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;
}