[19/23] Fix spelling mistakes in comments in .m4 files

Message ID 1479663498-30295-20-git-send-email-ambrogino.modigliani@mail.com
State New, archived
Headers

Commit Message

Ambrogino Modigliani Nov. 20, 2016, 5:38 p.m. UTC
  bfd/ChangeLog:

        * bfd/warning.m4: Fix spelling in comments.

config/ChangeLog:

        * config/stdint.m4: Fix spelling in comments.
---
 bfd/warning.m4   | 2 +-
 config/stdint.m4 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
  

Patch

diff --git a/bfd/warning.m4 b/bfd/warning.m4
index 3fe4340..1022364 100644
--- a/bfd/warning.m4
+++ b/bfd/warning.m4
@@ -56,7 +56,7 @@  AC_EGREP_CPP([^[0-4]$],[__GNUC__],,GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wstack-usa
 WARN_WRITE_STRINGS=""
 AC_EGREP_CPP([^[0-3]$],[__GNUC__],,WARN_WRITE_STRINGS="-Wwrite-strings")
 
-# Verify CC_FOR_BUILD to be compatible with waring flags
+# Verify CC_FOR_BUILD to be compatible with warning flags
 
 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
 AC_EGREP_CPP_FOR_BUILD([^[0-3]$],[__GNUC__],,GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wshadow")
diff --git a/config/stdint.m4 b/config/stdint.m4
index 59f4359..2894f08 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