diff mbox series

[2/2] toolchain/toolchain-wrapper.c: fix 'potentially' typo

Message ID 20240920204920.4085835-2-peter@korsgaard.com
State New
Headers show
Series [1/2] toolchain/helpers.mk: fix 'unsupported' typo | expand

Commit Message

Peter Korsgaard Sept. 20, 2024, 8:49 p.m. UTC
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 toolchain/toolchain-wrapper.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/toolchain/toolchain-wrapper.c b/toolchain/toolchain-wrapper.c
index e436889760..db11cdb6ab 100644
--- a/toolchain/toolchain-wrapper.c
+++ b/toolchain/toolchain-wrapper.c
@@ -134,7 +134,7 @@  static const struct str_len_s unsafe_paths[] = {
 	{ NULL, 0 },
 };
 
-/* Unsafe options are options that specify a potentialy unsafe path,
+/* Unsafe options are options that specify a potentially unsafe path,
  * that will be checked by check_unsafe_path(), below.
  */
 static const struct str_len_s unsafe_opts[] = {