From: Bin Meng <bin.m...@windriver.com>

It should be "writable".

Signed-off-by: Bin Meng <bin.m...@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

Reply via email to