summaryrefslogtreecommitdiffstats
path: root/common/memtest.c
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2020-03-20 10:41:19 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2020-03-23 08:23:15 +0100
commit157e861aa6e93a72018c408e82863a3253550a4d (patch)
treefddafaef7577a9fc2fef49143e5dbdfeb2816815 /common/memtest.c
parent8fb804c55b8ddf8edbf73489ee062f7d437adcf6 (diff)
downloadbarebox-157e861aa6e93a72018c408e82863a3253550a4d.tar.gz
barebox-157e861aa6e93a72018c408e82863a3253550a4d.tar.xz
common: fix typos found with codespell
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'common/memtest.c')
-rw-r--r--common/memtest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/memtest.c b/common/memtest.c
index 44ddedd3d4..7b7a9eef5a 100644
--- a/common/memtest.c
+++ b/common/memtest.c
@@ -208,7 +208,7 @@ int mem_test_bus_integrity(resource_size_t _start,
* Data line test: write a pattern to the first
* location, write the 1's complement to a 'parking'
* address (changes the state of the data bus so a
- * floating bus doen't give a false OK), and then
+ * floating bus doesn't give a false OK), and then
* read the value back. Note that we read it back
* into a variable because the next time we read it,
* it might be right (been there, tough to explain to