From: Dhruv Chawla <[email protected]>
Signed-off-by: Dhruv Chawla <[email protected]>
config/ChangeLog:
* acinclude.m4: Fix typos.
* lib-link.m4: Likewise.
* picflag.m4: Likewise.
* pkg.m4: Likewise.
* po.m4: Likewise.
* stdint.m4: Likewise.
* weakref.m4: Likewise.
---
config/acinclude.m4 | 4 ++--
config/lib-link.m4 | 2 +-
config/picflag.m4 | 2 +-
config/pkg.m4 | 2 +-
config/po.m4 | 2 +-
config/stdint.m4 | 2 +-
config/weakref.m4 | 2 +-
7 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/config/acinclude.m4 b/config/acinclude.m4
index f18f0d6e8c7..8e5bf35bd86 100644
--- a/config/acinclude.m4
+++ b/config/acinclude.m4
@@ -239,7 +239,7 @@ AC_SUBST(BFDLIB)
])
dnl ====================================================================
-dnl Find the opcodes library. This is used to do dissasemblies.
+dnl Find the opcodes library. This is used to do disassemblies.
AC_DEFUN([CYG_AC_PATH_OPCODES], [
AC_MSG_CHECKING(for the opcodes library in the build tree)
dirlist=".. ../../ ../../../ ../../../../ ../../../../../ ../../../../../../
../../../../../../.. ../../../../../../../.. ../../../../../../../../..
../../../../../../../../../.."
@@ -534,7 +534,7 @@ AC_SUBST(ILUTOP)
dnl ====================================================================
dnl This defines the byte order for the host. We can't use
dnl AC_C_BIGENDIAN, cause we want to create a config file and
-dnl substitue the real value, so the header files work right
+dnl substitute the real value, so the header files work right
AC_DEFUN([CYG_AC_C_ENDIAN], [
AC_MSG_CHECKING(to see if this is a little endian host)
AC_CACHE_VAL(ac_cv_c_little_endian, [
diff --git a/config/lib-link.m4 b/config/lib-link.m4
index a60a8069453..01b26ea6004 100644
--- a/config/lib-link.m4
+++ b/config/lib-link.m4
@@ -157,7 +157,7 @@ AC_DEFUN([AC_LIB_LINKFLAGS_BODY],
lib_type=`eval echo \$with_lib[]Name[]_type`
dnl Search the library and its dependencies in $additional_libdir and
- dnl $LDFLAGS. Using breadth-first-seach.
+ dnl $LDFLAGS. Using breadth-first-search.
LIB[]NAME=
LTLIB[]NAME=
INC[]NAME=
diff --git a/config/picflag.m4 b/config/picflag.m4
index 3f3ac744c96..aa887526401 100644
--- a/config/picflag.m4
+++ b/config/picflag.m4
@@ -1,7 +1,7 @@
# _GCC_PICFLAG(FLAG, DISPATCH)
# ----------------------------
# Store PIC flag corresponding to DISPATCH triplet in FLAG.
-# Explit use of -fpic in CFLAGS corresponding to FLAG overrides default.
+# Explicit use of -fpic in CFLAGS corresponding to FLAG overrides default.
AC_DEFUN([_GCC_PICFLAG], [
case "${$2}" in
diff --git a/config/pkg.m4 b/config/pkg.m4
index 7ebf517cd6a..45f40a5a85a 100644
--- a/config/pkg.m4
+++ b/config/pkg.m4
@@ -86,7 +86,7 @@ dnl Check to see whether a particular set of modules exists.
Similar to
dnl PKG_CHECK_MODULES(), but does not set variables or print errors.
dnl
dnl Please remember that m4 expands AC_REQUIRE([PKG_PROG_PKG_CONFIG])
-dnl only at the first occurence in configure.ac, so if the first place
+dnl only at the first occurrence in configure.ac, so if the first place
dnl it's called might be skipped (such as if it is within an "if", you
dnl have to call PKG_CHECK_EXISTS manually
AC_DEFUN([PKG_CHECK_EXISTS],
diff --git a/config/po.m4 b/config/po.m4
index 6ceef420f10..3e62279ff69 100644
--- a/config/po.m4
+++ b/config/po.m4
@@ -120,7 +120,7 @@ AC_DEFUN([AM_PO_SUBDIRS],
test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in
configure.ac is obsolete" || echo "setting ALL_LINGUAS in configure.ac is
obsolete"
fi
ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
- # Hide the ALL_LINGUAS assigment from automake.
+ # Hide the ALL_LINGUAS assignment from automake.
eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
else
diff --git a/config/stdint.m4 b/config/stdint.m4
index 59f43595440..2894f08a14d 100644
--- a/config/stdint.m4
+++ b/config/stdint.m4
@@ -20,7 +20,7 @@ dnl typedefs, especially uint8_t,int32_t,uintptr_t.
dnl Many older installations will not provide this file, but some will
dnl have the very same definitions in <inttypes.h>. In other environments
dnl we can use the inet-types in <sys/types.h> which would define the
-dnl typedefs int8_t and u_int8_t respectivly.
+dnl typedefs int8_t and u_int8_t respectively.
dnl
dnl This macros will create a local "_stdint.h" or the headerfile given as
dnl an argument. In many cases that file will pick the definition from a
diff --git a/config/weakref.m4 b/config/weakref.m4
index ecb85672805..5ef16cb233c 100644
--- a/config/weakref.m4
+++ b/config/weakref.m4
@@ -15,7 +15,7 @@ AC_DEFUN([GCC_CHECK_ATTRIBUTE_WEAK], [
fi])
dnl Check whether weak refs work like the ELF ones.
-dnl This means that the weak reference works without having to satify
+dnl This means that the weak reference works without having to satisfy
dnl linkage for the item.
dnl There are targets (at least Darwin) where we have fully functional
dnl weakrefs at runtime, but must supply the referenced item at link time.
--
2.43.0