summaryrefslogtreecommitdiff
path: root/test/dm/host.c
diff options
context:
space:
mode:
authorYuepeng Xing <xingyuepeng@eswincomputing.com>2022-12-02 14:23:07 +0800
committerSimon Glass <sjg@chromium.org>2023-01-05 19:21:56 -0700
commit7943ae241c099edc6d0cd7c4dd3c5ee18ecb24f7 (patch)
treef10d42fbd842b2d52ef06aa73ed42d9ca0d22361 /test/dm/host.c
parente0ddd895f66a401dd69f561e7960609d7730e5ec (diff)
test:dm:fix typo
Fix typos in the 'test/dm' directory. Signed-off-by: Yuepeng Xing <xingyuepeng@eswincomputing.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'test/dm/host.c')
-rw-r--r--test/dm/host.c2
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);