From 323bd7b0f576bf83a5f72a97f2169d7e50ad046b Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 26 Sep 2021 17:58:59 -0400 Subject: [PATCH] build: fix various typos Fix typos in comment and user-facing help text. Signed-off-by: Josh Soref [split out config changes, adjust commit message] Signed-off-by: Adrian Schmutzler --- config/Config-build.in | 2 +- config/Config-kernel.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/Config-build.in b/config/Config-build.in index 92ec97aefa..a028ebfbc3 100644 --- a/config/Config-build.in +++ b/config/Config-build.in @@ -107,7 +107,7 @@ menu "Global build settings" default n help This makes file checksums part of package metadata. It increases size - but provides you with pkg_check command to check for flash coruptions. + but provides you with pkg_check command to check for flash corruptions. config INCLUDE_CONFIG bool "Include build configuration in firmware" if DEVEL diff --git a/config/Config-kernel.in b/config/Config-kernel.in index d4648a5064..dc249a6031 100644 --- a/config/Config-kernel.in +++ b/config/Config-kernel.in @@ -1112,7 +1112,7 @@ config KERNEL_SQUASHFS_XATTR bool "Squashfs XATTR support" # -# compile optimiziation setting +# compile optimization setting # choice prompt "Compiler optimization level" -- 2.30.2