diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-02-14 22:44:34 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-02-14 22:44:34 +0000 |
commit | 07fa6117711e0eba3543bf37d05177c4c332572f (patch) | |
tree | c614a616871d7ff7119b7fdc94ec4d4fb0134b67 | |
parent | f363a4c3d570b270ae037dd8658285695b533340 (diff) | |
download | crosstool-ng-07fa6117711e0eba3543bf37d05177c4c332572f.tar.gz crosstool-ng-07fa6117711e0eba3543bf37d05177c4c332572f.tar.bz2 crosstool-ng-07fa6117711e0eba3543bf37d05177c4c332572f.zip |
Robet P. J. DAY: typoes.
-rw-r--r-- | COPYING | 2 | ||||
-rw-r--r-- | Makefile.in | 4 | ||||
-rw-r--r-- | config/cc.in | 2 | ||||
-rw-r--r-- | config/global.in | 2 | ||||
-rw-r--r-- | config/target.in | 2 | ||||
-rw-r--r-- | config/toolchain.in | 4 | ||||
-rw-r--r-- | samples/arm-unknown-linux-uclibc/crosstool.config | 2 | ||||
-rw-r--r-- | samples/arm-unknown-linux-uclibcgnueabi/crosstool.config | 2 | ||||
-rw-r--r-- | samples/armeb-unknown-linux-gnu/crosstool.config | 2 | ||||
-rw-r--r-- | samples/armeb-unknown-linux-uclibc/crosstool.config | 2 | ||||
-rw-r--r-- | samples/i586-geode-linux-uclibc/crosstool.config | 2 | ||||
-rw-r--r-- | samples/i686-nptl-linux-gnu/crosstool.config | 2 | ||||
-rw-r--r-- | samples/ia64-unknown-linux-gnu/crosstool.config | 2 | ||||
-rw-r--r-- | samples/mips-unknown-linux-uclibc/crosstool.config | 2 | ||||
-rw-r--r-- | samples/x86_64-unknown-linux-uclibc/crosstool.config | 2 | ||||
-rwxr-xr-x | scripts/crosstool.sh | 4 | ||||
-rw-r--r-- | scripts/functions | 2 |
17 files changed, 20 insertions, 20 deletions
@@ -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 dbc979f8..f96546a9 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 6dd9ea00..cdd45817 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 22633f23..d0744f35 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 23e1f988..af2e0320 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 bebf5b83..bc0dc848 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 83ef1aea..7c9ff8ef 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 3e30563e..bab36bac 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 95983c6d..880d177c 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 ed758673..02de094b 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 fd045868..2ea00743 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 ba339a03..f6a756f6 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 659b48de..72770c02 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 d34421ce..c1318020 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 4d11aca8..e9da1321 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 38b8405b..64e5859e 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 6ec2173a..caca281b 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 } |