summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2021-08-13 16:03:52 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2021-10-05 09:03:50 +0200
commit19a8bf4942e23c4e1b9513086336c30deb0d115f (patch)
treec641b26f461a669366df2cf24552025b930745bb /drivers
parent399f4e4a35f258a2475fdba59246b344d38101c0 (diff)
downloadbarebox-19a8bf4942e23c4e1b9513086336c30deb0d115f.tar.gz
barebox-19a8bf4942e23c4e1b9513086336c30deb0d115f.tar.xz
mci: imx-esdhc-pbl: Fix two typos in a comment
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Link: https://lore.barebox.org/20210813140352.13233-1-u.kleine-koenig@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/mci/imx-esdhc-pbl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mci/imx-esdhc-pbl.c b/drivers/mci/imx-esdhc-pbl.c
index c9a31b5548..e649eb8bba 100644
--- a/drivers/mci/imx-esdhc-pbl.c
+++ b/drivers/mci/imx-esdhc-pbl.c
@@ -143,8 +143,8 @@ esdhc_load_image(struct fsl_esdhc_host *host, ptrdiff_t address,
*
* buf + ofs = entry
*
- * solving the above for 'buf' gvies us the
- * adjustement that needs to be made:
+ * solving the above for 'buf' gives us the
+ * adjustment that needs to be made:
*
* buf = entry - ofs
*