[PATCH v2 4/5] test/dm: fdtdec: Corect a typo in dm_test_fdtdec_set_carveout()
Bin Meng
bmeng.cn at gmail.com
Wed Jun 10 03:40:18 CEST 2020
From: Bin Meng <bin.meng at windriver.com>
It should be "writable".
Signed-off-by: Bin Meng <bin.meng at windriver.com>
---
(no changes since v1)
test/dm/fdtdec.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/dm/fdtdec.c b/test/dm/fdtdec.c
index c2f7b94..999d712 100644
--- a/test/dm/fdtdec.c
+++ b/test/dm/fdtdec.c
@@ -22,7 +22,7 @@ static int dm_test_fdtdec_set_carveout(struct unit_test_state *uts)
blob = malloc(blob_sz);
ut_assertnonnull(blob);
- /* Make a writtable copy of the fdt blob */
+ /* Make a writable copy of the fdt blob */
ut_assertok(fdt_open_into(gd->fdt_blob, blob, blob_sz));
resv.start = 0x1000;
--
2.7.4
More information about the U-Boot
mailing list