summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-02-14 22:44:34 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-02-14 22:44:34 (GMT)
commit07fa6117711e0eba3543bf37d05177c4c332572f (patch)
treec614a616871d7ff7119b7fdc94ec4d4fb0134b67
parentf363a4c3d570b270ae037dd8658285695b533340 (diff)
Robet P. J. DAY: typoes.
-rw-r--r--COPYING2
-rw-r--r--Makefile.in4
-rw-r--r--config/cc.in2
-rw-r--r--config/global.in2
-rw-r--r--config/target.in2
-rw-r--r--config/toolchain.in4
-rw-r--r--samples/arm-unknown-linux-uclibc/crosstool.config2
-rw-r--r--samples/arm-unknown-linux-uclibcgnueabi/crosstool.config2
-rw-r--r--samples/armeb-unknown-linux-gnu/crosstool.config2
-rw-r--r--samples/armeb-unknown-linux-uclibc/crosstool.config2
-rw-r--r--samples/i586-geode-linux-uclibc/crosstool.config2
-rw-r--r--samples/i686-nptl-linux-gnu/crosstool.config2
-rw-r--r--samples/ia64-unknown-linux-gnu/crosstool.config2
-rw-r--r--samples/mips-unknown-linux-uclibc/crosstool.config2
-rw-r--r--samples/x86_64-unknown-linux-uclibc/crosstool.config2
-rwxr-xr-xscripts/crosstool.sh4
-rw-r--r--scripts/functions2
17 files changed, 20 insertions, 20 deletions
diff --git a/COPYING b/COPYING
index 466a146..c856174 100644
--- a/COPYING
+++ b/COPYING
@@ -1,4 +1,4 @@
-Unless otherwise stated in individaul files, this work is licensed to you under
+Unless otherwise stated in individual files, this work is licensed to you under
the following terms.
- Files in docs/ are available under the Creative Commons Attribution, Share
diff --git a/Makefile.in b/Makefile.in
index dbc979f..f96546a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -82,7 +82,7 @@ clean-doc:
#--------------------------------------
# Install rules
-# If using localy, don't install
+# If using locally, don't install
install-local-test:
@if [ "$(LOCAL)" = "1" ]; then \
echo "You're using local copy as runtime. You can't (un)install."; \
@@ -107,7 +107,7 @@ install-lib-main: install-local-test $(LIBDIR)
done
# Samples need a little love:
-# - change every occurence of CT_TOP_DIR to CT_LIB_DIR
+# - change every occurrence of CT_TOP_DIR to CT_LIB_DIR
install-lib-samples: install-local-test $(LIBDIR) install-lib-main
@echo " INST samples/"
@tar cf - --exclude=.svn samples |(cd $(LIBDIR); tar xf -)
diff --git a/config/cc.in b/config/cc.in
index 6dd9ea0..cdd4581 100644
--- a/config/cc.in
+++ b/config/cc.in
@@ -53,7 +53,7 @@ config CC_SUPPORT_OBJC
config CC_SUPPORT_OBJCXX
bool
-comment "Additionnal supported languages:"
+comment "Additional supported languages:"
config CC_LANG_CXX
bool
diff --git a/config/global.in b/config/global.in
index 22633f2..d0744f3 100644
--- a/config/global.in
+++ b/config/global.in
@@ -154,7 +154,7 @@ config SAVE_TARBALLS
default n
depends on LOCAL_TARBALLS_DIR != ""
help
- If you say 'y' here, new doanloaded tarballs will be saved in the
+ If you say 'y' here, new downloaded tarballs will be saved in the
directory you entered above.
config PREFIX_DIR
diff --git a/config/target.in b/config/target.in
index 23e1f98..af2e032 100644
--- a/config/target.in
+++ b/config/target.in
@@ -106,7 +106,7 @@ comment "Target optimisations"
config ARCH_ARCH
string
- prompt "Achitecture level"
+ prompt "Architecture level"
default ""
help
GCC uses this name to determine what kind of instructions it can emit
diff --git a/config/toolchain.in b/config/toolchain.in
index bebf5b8..bc0dc84 100644
--- a/config/toolchain.in
+++ b/config/toolchain.in
@@ -24,7 +24,7 @@ config SHARED_LIBS
choice
bool
- prompt "Threading implentation to use:"
+ prompt "Threading implementation to use:"
default THREADS_NPTL if LIBC_SUPPORT_NPTL
default THREADS_LINUXTHREADS if LIBC_SUPPORT_LINUXTHREADS && ! LIBC_SUPPORT_NPTL
default THREADS_NONE if ! LIBC_SUPPORT_LINUXTHREADS && ! LIBC_SUPPORT_NPTL
@@ -142,7 +142,7 @@ config CROSS
config CROSS_NATIVE
bool
- prompt "Croos-native (EXPERIMENTAL)"
+ prompt "Cross-native (EXPERIMENTAL)"
depends on EXPERIMENTAL
help
Build a cross-native toolchain.
diff --git a/samples/arm-unknown-linux-uclibc/crosstool.config b/samples/arm-unknown-linux-uclibc/crosstool.config
index 83ef1ae..7c9ff8e 100644
--- a/samples/arm-unknown-linux-uclibc/crosstool.config
+++ b/samples/arm-unknown-linux-uclibc/crosstool.config
@@ -209,7 +209,7 @@ CT_CC_SUPPORT_OBJC=y
CT_CC_SUPPORT_OBJCXX=y
#
-# Additionnal supported languages:
+# Additional supported languages:
#
CT_CC_LANG_CXX=y
# CT_CC_LANG_FORTRAN is not set
diff --git a/samples/arm-unknown-linux-uclibcgnueabi/crosstool.config b/samples/arm-unknown-linux-uclibcgnueabi/crosstool.config
index 3e30563..bab36ba 100644
--- a/samples/arm-unknown-linux-uclibcgnueabi/crosstool.config
+++ b/samples/arm-unknown-linux-uclibcgnueabi/crosstool.config
@@ -209,7 +209,7 @@ CT_CC_SUPPORT_OBJC=y
CT_CC_SUPPORT_OBJCXX=y
#
-# Additionnal supported languages:
+# Additional supported languages:
#
CT_CC_LANG_CXX=y
# CT_CC_LANG_FORTRAN is not set
diff --git a/samples/armeb-unknown-linux-gnu/crosstool.config b/samples/armeb-unknown-linux-gnu/crosstool.config
index 95983c6..880d177 100644
--- a/samples/armeb-unknown-linux-gnu/crosstool.config
+++ b/samples/armeb-unknown-linux-gnu/crosstool.config
@@ -206,7 +206,7 @@ CT_CC_SUPPORT_OBJC=y
CT_CC_SUPPORT_OBJCXX=y
#
-# Additionnal supported languages:
+# Additional supported languages:
#
CT_CC_LANG_CXX=y
# CT_CC_LANG_FORTRAN is not set
diff --git a/samples/armeb-unknown-linux-uclibc/crosstool.config b/samples/armeb-unknown-linux-uclibc/crosstool.config
index ed75867..02de094 100644
--- a/samples/armeb-unknown-linux-uclibc/crosstool.config
+++ b/samples/armeb-unknown-linux-uclibc/crosstool.config
@@ -209,7 +209,7 @@ CT_CC_SUPPORT_OBJC=y
CT_CC_SUPPORT_OBJCXX=y
#
-# Additionnal supported languages:
+# Additional supported languages:
#
CT_CC_LANG_CXX=y
# CT_CC_LANG_FORTRAN is not set
diff --git a/samples/i586-geode-linux-uclibc/crosstool.config b/samples/i586-geode-linux-uclibc/crosstool.config
index fd04586..2ea0074 100644
--- a/samples/i586-geode-linux-uclibc/crosstool.config
+++ b/samples/i586-geode-linux-uclibc/crosstool.config
@@ -202,7 +202,7 @@ CT_CC_SUPPORT_OBJC=y
CT_CC_SUPPORT_OBJCXX=y
#
-# Additionnal supported languages:
+# Additional supported languages:
#
CT_CC_LANG_CXX=y
# CT_CC_LANG_FORTRAN is not set
diff --git a/samples/i686-nptl-linux-gnu/crosstool.config b/samples/i686-nptl-linux-gnu/crosstool.config
index ba339a0..f6a756f 100644
--- a/samples/i686-nptl-linux-gnu/crosstool.config
+++ b/samples/i686-nptl-linux-gnu/crosstool.config
@@ -202,7 +202,7 @@ CT_CC_SUPPORT_OBJC=y
CT_CC_SUPPORT_OBJCXX=y
#
-# Additionnal supported languages:
+# Additional supported languages:
#
CT_CC_LANG_CXX=y
# CT_CC_LANG_FORTRAN is not set
diff --git a/samples/ia64-unknown-linux-gnu/crosstool.config b/samples/ia64-unknown-linux-gnu/crosstool.config
index 659b48d..72770c0 100644
--- a/samples/ia64-unknown-linux-gnu/crosstool.config
+++ b/samples/ia64-unknown-linux-gnu/crosstool.config
@@ -204,7 +204,7 @@ CT_CC_SUPPORT_OBJC=y
CT_CC_SUPPORT_OBJCXX=y
#
-# Additionnal supported languages:
+# Additional supported languages:
#
# CT_CC_LANG_CXX is not set
# CT_CC_LANG_FORTRAN is not set
diff --git a/samples/mips-unknown-linux-uclibc/crosstool.config b/samples/mips-unknown-linux-uclibc/crosstool.config
index d34421c..c131802 100644
--- a/samples/mips-unknown-linux-uclibc/crosstool.config
+++ b/samples/mips-unknown-linux-uclibc/crosstool.config
@@ -204,7 +204,7 @@ CT_CC_SUPPORT_OBJC=y
CT_CC_SUPPORT_OBJCXX=y
#
-# Additionnal supported languages:
+# Additional supported languages:
#
CT_CC_LANG_CXX=y
# CT_CC_LANG_FORTRAN is not set
diff --git a/samples/x86_64-unknown-linux-uclibc/crosstool.config b/samples/x86_64-unknown-linux-uclibc/crosstool.config
index 4d11aca..e9da132 100644
--- a/samples/x86_64-unknown-linux-uclibc/crosstool.config
+++ b/samples/x86_64-unknown-linux-uclibc/crosstool.config
@@ -202,7 +202,7 @@ CT_CC_SUPPORT_OBJC=y
CT_CC_SUPPORT_OBJCXX=y
#
-# Additionnal supported languages:
+# Additional supported languages:
#
CT_CC_LANG_CXX=y
# CT_CC_LANG_FORTRAN is not set
diff --git a/scripts/crosstool.sh b/scripts/crosstool.sh
index 38b8405..64e5859 100755
--- a/scripts/crosstool.sh
+++ b/scripts/crosstool.sh
@@ -92,7 +92,7 @@ if [ -n "${CT_RESTART}" -a ! -d "${CT_STATE_DIR}" ]; then
CT_DoLog ERROR "You asked to restart a non-restartable build"
CT_DoLog ERROR "This happened because you didn't set CT_DEBUG_CT_SAVE_STEPS"
CT_DoLog ERROR "in the config options for the previous build, or the state"
- CT_DoLog ERROR "directoy for the previous build was deleted."
+ CT_DoLog ERROR "directory for the previous build was deleted."
CT_Abort "I will stop here to avoid any carnage"
fi
@@ -187,7 +187,7 @@ mkdir -p "${CT_CC_CORE_SHARED_PREFIX_DIR}"
mkdir -p "${CT_STATE_DIR}"
# Kludge: CT_INSTALL_DIR and CT_PREFIX_DIR might have grown read-only if
-# the previous build was successfull. To be able to move the logfile there,
+# the previous build was successful. To be able to move the logfile there,
# switch them back to read/write
chmod -R u+w "${CT_INSTALL_DIR}" "${CT_PREFIX_DIR}"
diff --git a/scripts/functions b/scripts/functions
index 6ec2173..caca281 100644
--- a/scripts/functions
+++ b/scripts/functions
@@ -158,7 +158,7 @@ CT_TestOrAbort() {
# Test the presence of a tool, or abort if not found
# Usage: CT_HasOrAbort <tool>
CT_HasOrAbort() {
- CT_TestAndAbort "\"${1}\" not found and needed for successfull toolchain build." -z "`CT_Which \"${1}\"`"
+ CT_TestAndAbort "\"${1}\" not found and needed for successful toolchain build." -z "`CT_Which \"${1}\"`"
return 0
}