From 92271d61045944cc05194a1defbd8ecb2ab00460 Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Thu, 7 Sep 2023 14:55:48 +0200 Subject: [PATCH] sandbox: test: Fix typo in test.dts s/parititon/partition/ Signed-off-by: Michal Simek Acked-by: Ilias Apalodimas Reviewed-by: Simon Glass --- arch/sandbox/dts/test.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/sandbox/dts/test.dts b/arch/sandbox/dts/test.dts index f351d5c..057e1ca 100644 --- a/arch/sandbox/dts/test.dts +++ b/arch/sandbox/dts/test.dts @@ -103,7 +103,7 @@ /* * This is used for the VBE OS-request tests. A FAT filesystem * created in a partition with the VBE information appearing - * before the parititon starts + * before the partition starts */ firmware0 { bootph-verify; -- 2.7.4