From 157e861aa6e93a72018c408e82863a3253550a4d Mon Sep 17 00:00:00 2001 From: Yegor Yefremov Date: Fri, 20 Mar 2020 10:41:19 +0100 Subject: common: fix typos found with codespell Signed-off-by: Yegor Yefremov Signed-off-by: Sascha Hauer --- common/memtest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/memtest.c') 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 -- cgit v1.2.3