diff options
| author | Michal Simek <[email protected]> | 2023-09-07 14:55:48 +0200 |
|---|---|---|
| committer | Simon Glass <[email protected]> | 2023-09-23 09:00:37 -0600 |
| commit | 92271d61045944cc05194a1defbd8ecb2ab00460 (patch) | |
| tree | 3c3ff307c735c50a48bf73471e102453c646f67a | |
| parent | ba4034a5045cc318874030fdc442cc2e26dba99f (diff) | |
sandbox: test: Fix typo in test.dts
s/parititon/partition/
Signed-off-by: Michal Simek <[email protected]>
Acked-by: Ilias Apalodimas <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
| -rw-r--r-- | arch/sandbox/dts/test.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sandbox/dts/test.dts b/arch/sandbox/dts/test.dts index f351d5cb84b..057e1ca1f4a 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; |
