From: Heinrich Schuchardt Date: Sun, 16 Oct 2022 20:17:46 +0000 (+0200) Subject: sandbox: typo Fictionnal X-Git-Tag: v2025.01-rc5-pxa1908~1230^2~8 X-Git-Url: http://git.dujemihanovic.xyz/%7B%7B%20%24style.Permalink%20%7D%7D?a=commitdiff_plain;h=f29f98d1e40e6b4d9c723af503b20948aa482bf2;p=u-boot.git sandbox: typo Fictionnal %s/Fictionnal/Fictional/ Signed-off-by: Heinrich Schuchardt Reviewed-by: Simon Glass --- diff --git a/board/sandbox/sandbox.c b/board/sandbox/sandbox.c index ca9a2ca5b1..38cfa0832d 100644 --- a/board/sandbox/sandbox.c +++ b/board/sandbox/sandbox.c @@ -129,7 +129,7 @@ int extension_board_scan(struct list_head *extension_list) snprintf(extension->name, sizeof(extension->name), "extension board %d", i); snprintf(extension->owner, sizeof(extension->owner), "sandbox"); snprintf(extension->version, sizeof(extension->version), "1.1"); - snprintf(extension->other, sizeof(extension->other), "Fictionnal extension board"); + snprintf(extension->other, sizeof(extension->other), "Fictional extension board"); list_add_tail(&extension->list, extension_list); }