summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2022-10-16 23:17:46 +0300
committerSimon Glass <sjg@chromium.org>2022-10-29 16:36:33 +0300
commitf29f98d1e40e6b4d9c723af503b20948aa482bf2 (patch)
tree419a39c8e023d3f52a79cff7e369c9ba3a47e621 /board
parent5bde2e06caba0f072d0d3788fafcedafd11ae28a (diff)
downloadu-boot-f29f98d1e40e6b4d9c723af503b20948aa482bf2.tar.xz
sandbox: typo Fictionnal
%s/Fictionnal/Fictional/ Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board')
-rw-r--r--board/sandbox/sandbox.c2
1 files changed, 1 insertions, 1 deletions
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);
}