diff options
Diffstat (limited to 'test/dm/host.c')
-rw-r--r-- | test/dm/host.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dm/host.c b/test/dm/host.c index 4dafc24abb1..355ba7770af 100644 --- a/test/dm/host.c +++ b/test/dm/host.c @@ -132,7 +132,7 @@ static int dm_test_cmd_host(struct unit_test_state *uts) ut_assertok(run_commandf("host bind fat %s", filename2)); - /* Check it is not removeable (no '-r') */ + /* Check it is not removable (no '-r') */ ut_assertok(uclass_next_device_err(&dev)); ut_assertok(blk_get_from_parent(dev, &blk)); desc = dev_get_uclass_plat(blk); |