Browse Source

build: fix various typos

Fix typos in comment and user-facing help text.

Signed-off-by: Josh Soref <[email protected]>
[split out config changes, adjust commit message]
Signed-off-by: Adrian Schmutzler <[email protected]>
Josh Soref 4 years ago
parent
commit
323bd7b0f5
2 changed files with 2 additions and 2 deletions
  1. 1 1
      config/Config-build.in
  2. 1 1
      config/Config-kernel.in

+ 1 - 1
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

+ 1 - 1
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"