From: Dhruv Chawla <[email protected]>
Signed-off-by: Dhruv Chawla <[email protected]>
ChangeLog:
* Makefile.def: Fix typos.
* Makefile.in: Likewise.
* libtool.m4: Likewise.
* ltmain.sh: Likewise.
gcc/ChangeLog:
* Makefile.in: Fix typos.
---
Makefile.def | 2 +-
Makefile.in | 4 ++--
gcc/Makefile.in | 2 +-
libtool.m4 | 4 ++--
ltmain.sh | 4 ++--
5 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/Makefile.def b/Makefile.def
index cde69c9c9f7..549763de837 100644
--- a/Makefile.def
+++ b/Makefile.def
@@ -77,7 +77,7 @@ host_modules= { module= gprofng; };
host_modules= { module= gettext; bootstrap=true; no_install=true;
module_srcdir= "gettext/gettext-runtime";
// We always build gettext with pic, because some packages
(e.g. gdbserver)
- // need it in some configuratons, which is determined via
nontrivial tests.
+ // need it in some configurations, which is determined via
nontrivial tests.
// Always enabling pic seems to make sense for something tied to
// user-facing output.
extra_configure_flags='--disable-shared --disable-threads
--disable-java --disable-csharp --with-pic --disable-libasprintf';
diff --git a/Makefile.in b/Makefile.in
index 110fa63c10c..f34142cc077 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -711,7 +711,7 @@ AR_FOR_TARGET=@AR_FOR_TARGET@ @AR_PLUGIN_OPTION_FOR_TARGET@
AS_FOR_TARGET=@AS_FOR_TARGET@
CC_FOR_TARGET=$(STAGE_CC_WRAPPER) @CC_FOR_TARGET@
-# If GCC_FOR_TARGET is not overriden on the command line, then this
+# If GCC_FOR_TARGET is not overridden on the command line, then this
# variable is passed down to the gcc Makefile, where it is used to
# build libgcc2.a. We define it here so that it can itself be
# overridden on the command line.
@@ -873,7 +873,7 @@ CXX_FOR_TARGET_FLAG_TO_PASS = \
# Flags to pass down to all sub-makes. STAGE*FLAGS,
# MAKEINFO and MAKEINFOFLAGS are explicitly passed here to make them
-# overrideable (for a bootstrap build stage1 also builds gcc.info).
+# overridable (for a bootstrap build stage1 also builds gcc.info).
BASE_FLAGS_TO_PASS = \
"DESTDIR=$(DESTDIR)" \
"RPATH_ENVVAR=$(RPATH_ENVVAR)" \
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index 3246a1808d2..0863a72c7d3 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -3902,7 +3902,7 @@ doc/%.pdf: %.texi
doc/gccinstall.pdf: $(TEXI_GCCINSTALL_FILES)
$(TEXI2PDF) -I . -I $(abs_docdir) -I $(abs_docdir)/include -o $@ $<
-# List the directories or single hmtl files which are installed by
+# List the directories or single html files which are installed by
# install-html. The lang.html file triggers language fragments to build
# html documentation.
HTMLS_INSTALL=$(build_htmldir)/cpp $(build_htmldir)/gcc \
diff --git a/libtool.m4 b/libtool.m4
index 5d70652c435..304dd2922a5 100644
--- a/libtool.m4
+++ b/libtool.m4
@@ -597,7 +597,7 @@ m4_popdef([AS_MESSAGE_LOG_FD])])])# _LT_GENERATED_FILE_INIT
# LT_OUTPUT
# ---------
# This macro allows early generation of the libtool script (before
-# AC_OUTPUT is called), incase it is used in configure for compilation
+# AC_OUTPUT is called), in case it is used in configure for compilation
# tests.
AC_DEFUN([LT_OUTPUT],
[: ${CONFIG_LT=./config.lt}
@@ -634,7 +634,7 @@ configured by $[0], generated by m4_PACKAGE_STRING.
Copyright (C) 2009 Free Software Foundation, Inc.
This config.lt script is free software; the Free Software Foundation
-gives unlimited permision to copy, distribute and modify it."
+gives unlimited permission to copy, distribute and modify it."
while test $[#] != 0
do
diff --git a/ltmain.sh b/ltmain.sh
index 1a710177fb2..b0da03ced65 100644
--- a/ltmain.sh
+++ b/ltmain.sh
@@ -487,7 +487,7 @@ func_mkdir_p ()
# While some portion of DIR does not yet exist...
while test ! -d "$my_directory_path"; do
# ...make a list in topmost first order. Use a colon delimited
- # list incase some portion of path contains whitespace.
+ # list in case some portion of path contains whitespace.
my_dir_list="$my_directory_path:$my_dir_list"
# If the last portion added has no slash in it, the list is done
@@ -3674,7 +3674,7 @@ EOF
{
/* however, if there is an option in the LTWRAPPER_OPTION_PREFIX
namespace, but it is not one of the ones we know about and
- have already dealt with, above (inluding dump-script), then
+ have already dealt with, above (including dump-script), then
report an error. Otherwise, targets might begin to believe
they are allowed to use options in the LTWRAPPER_OPTION_PREFIX
namespace. The first time any user complains about this, we'll
--
2.43.0