diff mbox series

[02/17] support/kconfig: fix 'multiple' typo in patch description

Message ID 20240920210836.4093091-2-peter@korsgaard.com
State New
Headers show
Series [01/17] support/dependencies/dependencies.sh: fix 'mimic' typo | expand

Commit Message

Peter Korsgaard Sept. 20, 2024, 9:08 p.m. UTC
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 .../18-merge-config.sh-create-temporary-files-in-tmp.patch      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/support/kconfig/patches/18-merge-config.sh-create-temporary-files-in-tmp.patch b/support/kconfig/patches/18-merge-config.sh-create-temporary-files-in-tmp.patch
index f2a261f308..053366e2fb 100644
--- a/support/kconfig/patches/18-merge-config.sh-create-temporary-files-in-tmp.patch
+++ b/support/kconfig/patches/18-merge-config.sh-create-temporary-files-in-tmp.patch
@@ -5,7 +5,7 @@  Date: Mon, 7 Dec 2015 12:08:45 -0200
     merge_config.sh: create temporary files in /tmp
 
     Creating temporary files in /tmp (or the path pointed by $TMPDIR) allows the
-    buildroot top directory to be read-only and shareable between multible builds.
+    buildroot top directory to be read-only and shareable between multiple builds.
     This follows what other scripts do, e.g. check-kernel-headers.sh.
 
     Signed-off-by: Henrique Marks <henrique.marks@datacom.ind.br>