summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/binutils.in2
-rw-r--r--config/cc.in2
-rw-r--r--config/global/download.in6
-rw-r--r--config/global/extract.in10
-rw-r--r--config/global/paths.in6
-rw-r--r--config/libc/glibc-eglibc.in-common4
-rw-r--r--config/target.in4
-rw-r--r--config/toolchain.in10
8 files changed, 22 insertions, 22 deletions
diff --git a/config/binutils.in b/config/binutils.in
index 4779708..dc269bb 100644
--- a/config/binutils.in
+++ b/config/binutils.in
@@ -12,7 +12,7 @@ config ARCH_BINFMT_ELF
bool
prompt "ELF"
help
- This will make your system build ELF exectubales,
+ This will make your system build ELF executables,
suitable for architectures with an MMU.
endif # ARCH_USE_MMU
diff --git a/config/cc.in b/config/cc.in
index 4c4c3c1..680afb9 100644
--- a/config/cc.in
+++ b/config/cc.in
@@ -104,7 +104,7 @@ config CC_LANG_OTHERS
Enter here a comma-separated list of languages that you know your compiler
supports, besides those listed above.
- Eg. gcc-4.1+ has a toy programming language, treelang. As it is not usefull
+ Eg. gcc-4.1+ has a toy programming language, treelang. As it is not useful
in real life, it is not available in the selection above.
endif # ! BARE_METAL
diff --git a/config/global/download.in b/config/global/download.in
index d128866..b678374 100644
--- a/config/global/download.in
+++ b/config/global/download.in
@@ -23,7 +23,7 @@ config FORCE_DOWNLOAD
help
Force downloading tarballs, even if one already exists.
- Usefull if you suspect a tarball to be damaged.
+ Useful if you suspect a tarball to be damaged.
config USE_MIRROR
bool
@@ -43,7 +43,7 @@ config PREFER_MIRROR
bool
prompt "Prefer the mirror"
help
- Say 'Y' here if you prefer the LAN miror over the upstream sources.
+ Say 'Y' here if you prefer the LAN mirror over the upstream sources.
config MIRROR_BASE_URL
string
@@ -93,6 +93,6 @@ config ONLY_DOWNLOAD
help
Only download the tarballs. Exit once it done.
- Usefull to pre-retrieve the tarballs before going off-line.
+ Useful to pre-retrieve the tarballs before going off-line.
endif # ! FORBID_DOWNLOAD
diff --git a/config/global/extract.in b/config/global/extract.in
index 3f45ec0..2599faa 100644
--- a/config/global/extract.in
+++ b/config/global/extract.in
@@ -6,9 +6,9 @@ config FORCE_EXTRACT
bool
prompt "Force extractions"
help
- Force extraction of already exctracted tarballs.
+ Force extraction of already extracted tarballs.
- Usefull if you suspect a previous extract did not complete (eg. broken
+ Useful if you suspect a previous extract did not complete (eg. broken
tarball), or you added a new set of patches for this component.
config OVERIDE_CONFIG_GUESS_SUB
@@ -37,7 +37,7 @@ config ONLY_EXTRACT
help
Exit after unpacking and patching tarballs.
- Usefull to look at the code before doing the build itself.
+ Useful to look at the code before doing the build itself.
choice
prompt "Patches origin"
@@ -97,7 +97,7 @@ config PATCH_NONE
help
Don't use any patch at all.
- Please be carefull if you select this. Most components do require
+ Please be careful if you select this. Most components do require
patches to properly build. It can happen, however, that support for
your architecture is clean enough that you can build a toolchain
with no patch. But most probably, this is *not* the case.
@@ -128,5 +128,5 @@ config LOCAL_PATCH_DIR
help
Enter the custom patch directory here.
- Note that you must ensure that the directory contianing your custom
+ Note that you must ensure that the directory containing your custom
patches is arranged the same way the official directory is.
diff --git a/config/global/paths.in b/config/global/paths.in
index 2a1fa67..f7766da 100644
--- a/config/global/paths.in
+++ b/config/global/paths.in
@@ -69,12 +69,12 @@ config RM_RF_PREFIX_DIR
If you say 'y' here, then PREFIX_DIR (above) will be eradicated
prior to the toolchain is built.
- This can be usefull when you are trying different settings (due
+ This can be useful when you are trying different settings (due
to build failures or feature tests). In this case, to avoid using
a potentially broken previous toolchain, the install location is
removed, to start afresh.
- On the oher hand, if you are building a final toolchain, and install
+ On the other hand, if you are building a final toolchain, and install
it into a directory with pre-install, unrelated programs, it would be
damageable to remove that directory. In this case, you may want to
say 'n' here.
@@ -98,7 +98,7 @@ config INSTALL_DIR_RO
Render the directory of the toolchain (and its sub-directories)
read-only.
- Usefull for toolchains destined for production.
+ Useful for toolchains destined for production.
config STRIP_ALL_TOOLCHAIN_EXECUTABLES
bool
diff --git a/config/libc/glibc-eglibc.in-common b/config/libc/glibc-eglibc.in-common
index a3ee9c1..255edb7 100644
--- a/config/libc/glibc-eglibc.in-common
+++ b/config/libc/glibc-eglibc.in-common
@@ -158,7 +158,7 @@ config LIBC_GLIBC_KERNEL_VERSION_NONE
Let ./configure decide what minimum kernel version glibc/eglibc
will be able to run against.
- This will inclde legacy compatibility code for older kernels in
+ This will include legacy compatibility code for older kernels in
the C library, thus ensuring that it will run on a large number
of old kernels.
@@ -173,7 +173,7 @@ config LIBC_GLIBC_KERNEL_VERSION_AS_HEADERS
bool
prompt "Same as kernel headers (default)"
help
- Normaly, you'll want glibc/eglibc to run against the same kernel
+ Normally, you'll want glibc/eglibc to run against the same kernel
version as the one used for the headers.
This is the default.
diff --git a/config/target.in b/config/target.in
index 59c3001..8282a9d 100644
--- a/config/target.in
+++ b/config/target.in
@@ -178,7 +178,7 @@ config ARCH_ABI
Pick a value from the gcc manual for your choosen gcc version and your
target CPU.
- Leave blank if you don't know, or if your target architecutre does not
+ Leave blank if you don't know, or if your target architecture does not
offer this option.
config ARCH_CPU
@@ -282,7 +282,7 @@ config TARGET_CFLAGS
that will run on the target (eg. libc.so).
Note that the options above for ARCH, ABI, CPU, TUNE and FPU will be
- automaticaly used. You don't need to specify them here.
+ automatically used. You don't need to specify them here.
Leave blank if you don't know better.
diff --git a/config/toolchain.in b/config/toolchain.in
index 25605cb..5e45fc7 100644
--- a/config/toolchain.in
+++ b/config/toolchain.in
@@ -27,7 +27,7 @@ config SYSROOT_NAME
is 'sysroot' (the default) or 'sys-root'.
You are free to enter anything here, except for spaces, and '/'
- (see SYSROOT_DIR_PREFIX, below). If you leave this empy, then the
+ (see SYSROOT_DIR_PREFIX, below). If you leave this empty, then the
default 'sysroot' is used.
config SYSROOT_DIR_PREFIX
@@ -37,7 +37,7 @@ config SYSROOT_DIR_PREFIX
default ""
help
*
- * Unless you realy know you need that, leave it empty!
+ * Unless you really know you need that, leave it empty!
*
This string will be interpreted as a directory component to be added
@@ -65,7 +65,7 @@ config STATIC_TOOLCHAIN
If you wish to move the toolchain to another host, and you are not
confident that this host has the required versions of system libs, then
- you can say 'Y' here, and all the host tools will be linked staticaly.
+ you can say 'Y' here, and all the host tools will be linked statically.
The impacted tools are:
- the GNU binutils
@@ -121,7 +121,7 @@ config TARGET_ALIAS_SED_EXPR
prompt "Tuple's sed transform"
default ""
help
- Normaly, you'd call your toolchain components (especially gcc) by
+ Normally, you'd call your toolchain components (especially gcc) by
prefixing the target tuple followed by a dash and the component name
(eg. armeb-unknown-linux-uclibc-gcc).
@@ -140,7 +140,7 @@ config TARGET_ALIAS
prompt "Tuple's alias"
default ""
help
- Normaly, you'd call your toolchain components (especially gcc) by
+ Normally, you'd call your toolchain components (especially gcc) by
prefixing the target tuple followed by a dash and the component name
(eg. armeb-unknown-linux-uclibc-gcc).