summaryrefslogtreecommitdiffstats
path: root/platforms
diff options
context:
space:
mode:
authorAlexander Dahl <ada@thorsis.com>2018-11-01 13:25:49 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-11-09 08:30:52 +0100
commite64b50369cb4e2095698f4e573378661f55af078 (patch)
tree3c92579f8dddab9e46d0bbde30b305e71eb1025c /platforms
parentd1ed9efe629d6401ce4382872afb232f03923800 (diff)
downloadptxdist-e64b50369cb4e2095698f4e573378661f55af078.tar.gz
ptxdist-e64b50369cb4e2095698f4e573378661f55af078.tar.xz
Fix typos in KConfig files (.in rules)
To not fix typos one by one, use a tool for that. All typos found with `codespell -i 3 -w rules/*.in platforms/*.in`. Signed-off-by: Alexander Dahl <ada@thorsis.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'platforms')
-rw-r--r--platforms/architecture.in4
-rw-r--r--platforms/at91bootstrap.in2
-rw-r--r--platforms/at91bootstrap2.in2
-rw-r--r--platforms/image-root-squashfs.in12
-rw-r--r--platforms/image-root-ubi.in2
-rw-r--r--platforms/u-boot.in2
-rw-r--r--platforms/x-load.in4
7 files changed, 14 insertions, 14 deletions
diff --git a/platforms/architecture.in b/platforms/architecture.in
index 8fb870eff..43eecbcbc 100644
--- a/platforms/architecture.in
+++ b/platforms/architecture.in
@@ -213,7 +213,7 @@ config ARCH_LP64
#
-# endianess
+# endianness
#
config ARCH_SUPPORTS_ENDIAN_BIG
bool
@@ -222,7 +222,7 @@ config ARCH_SUPPORTS_ENDIAN_LITTLE
bool
choice
- prompt "endianess "
+ prompt "endianness "
default ENDIAN_LITTLE if !ARCH_MICROBLAZE
default ENDIAN_BIG if ARCH_MICROBLAZE
diff --git a/platforms/at91bootstrap.in b/platforms/at91bootstrap.in
index da54849f2..a4303bbaa 100644
--- a/platforms/at91bootstrap.in
+++ b/platforms/at91bootstrap.in
@@ -38,7 +38,7 @@ config AT91BOOTSTRAP_VERSION
default 1.16
prompt "AT91 Bootstrap version"
help
- Enter the AT91 Bootstrap version you want to build. Usally something like "1.11"
+ Enter the AT91 Bootstrap version you want to build. Usually something like "1.11"
config AT91BOOTSTRAP_MD5
prompt "AT91 Bootstrap source md5sum"
diff --git a/platforms/at91bootstrap2.in b/platforms/at91bootstrap2.in
index 80f0542e1..0182912e5 100644
--- a/platforms/at91bootstrap2.in
+++ b/platforms/at91bootstrap2.in
@@ -38,7 +38,7 @@ config AT91BOOTSTRAP2_VERSION
default "3.8.5"
prompt "AT91 Bootstrap version"
help
- Enter the AT91 Bootstrap version you want to build. Usally something like "3.8.5"
+ Enter the AT91 Bootstrap version you want to build. Usually something like "3.8.5"
config AT91BOOTSTRAP2_MD5
prompt "AT91 Bootstrap source md5sum"
diff --git a/platforms/image-root-squashfs.in b/platforms/image-root-squashfs.in
index 4020c50eb..5f9368770 100644
--- a/platforms/image-root-squashfs.in
+++ b/platforms/image-root-squashfs.in
@@ -18,32 +18,32 @@ if IMAGE_ROOT_SQUASHFS
choice
prompt "squashfs compression mode"
help
- Select your prefered compression mode.
+ Select your preferred compression mode.
config IMAGE_ROOT_SQUASHFS_COMPRESSION_MODE_GZIP
bool "gzip"
help
- Select your prefered compression mode.
+ Select your preferred compression mode.
config IMAGE_ROOT_SQUASHFS_COMPRESSION_MODE_LZMA
bool "lzma"
help
- Select your prefered compression mode.
+ Select your preferred compression mode.
config IMAGE_ROOT_SQUASHFS_COMPRESSION_MODE_LZO
bool "lzo"
help
- Select your prefered compression mode.
+ Select your preferred compression mode.
config IMAGE_ROOT_SQUASHFS_COMPRESSION_MODE_LZ4
bool "lz4"
help
- Select your prefered compression mode.
+ Select your preferred compression mode.
config IMAGE_ROOT_SQUASHFS_COMPRESSION_MODE_XZ
bool "xz"
help
- Select your prefered compression mode.
+ Select your preferred compression mode.
endchoice
diff --git a/platforms/image-root-ubi.in b/platforms/image-root-ubi.in
index fe5d7c876..3638a2a0d 100644
--- a/platforms/image-root-ubi.in
+++ b/platforms/image-root-ubi.in
@@ -7,7 +7,7 @@ config IMAGE_ROOT_UBI
select IMAGE_ROOT_UBIFS
prompt "Generate images/root.ubi"
help
- Build ubi formated image(s) for the root file system and an
+ Build ubi formatted image(s) for the root file system and an
optional data partition. UBI is faster and robuster than JFFS2,
we recommend strongly the usage of UBI if you want a file
system for raw flash devices. The image(s) can be directly
diff --git a/platforms/u-boot.in b/platforms/u-boot.in
index 38684a03a..b93d7f6f8 100644
--- a/platforms/u-boot.in
+++ b/platforms/u-boot.in
@@ -12,7 +12,7 @@ config U_BOOT_VERSION
default 1.2.0
prompt "U-Boot version"
help
- Enter the Uboot version you want to build. Usally something like "1.2.0"
+ Enter the Uboot version you want to build. Usually something like "1.2.0"
config U_BOOT_MD5
string
diff --git a/platforms/x-load.in b/platforms/x-load.in
index d2f39d2e1..83e2978db 100644
--- a/platforms/x-load.in
+++ b/platforms/x-load.in
@@ -5,7 +5,7 @@ menuconfig X_LOAD
depends on ARCH_ARM
prompt "OMAP x-load "
help
- The X-Loader is a first level bootloader for Texas Intruments OMAP
+ The X-Loader is a first level bootloader for Texas Instruments OMAP
microprocessors (similar to the AT91Bootstrap application). It is
used for booting these microprocessors from NAND-flash, MMC/SD-card,
USB or serial interfaces.
@@ -17,7 +17,7 @@ config X_LOAD_VERSION
default f243938
prompt "x-loader version"
help
- Enter the X-Loader version you want to build. Usally something like "1.4.2"
+ Enter the X-Loader version you want to build. Usually something like "1.4.2"
NOTICE: The X-Loader source tree was never released as download archive.
As long as that fact exists you can use the archived tarballs at: