From patchwork Sun Nov 20 15:06:17 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ambrogino Modigliani X-Patchwork-Id: 17608 Received: (qmail 77152 invoked by alias); 20 Nov 2016 15:07:06 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 76879 invoked by uid 89); 20 Nov 2016 15:07:05 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL, BAYES_00, FREEMAIL_FROM, SPF_PASS autolearn=ham version=3.3.2 spammy=installations, UD:types.h X-HELO: mail-wj0-f194.google.com Received: from mail-wj0-f194.google.com (HELO mail-wj0-f194.google.com) (209.85.210.194) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 20 Nov 2016 15:07:03 +0000 Received: by mail-wj0-f194.google.com with SMTP id kp2so2083439wjc.0 for ; Sun, 20 Nov 2016 07:07:03 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references; bh=vBQPIZDR+bqB6ix6hzb2/IfvBBTeSemaYSgmNFcaSBk=; b=OFCiSg155BNJtlvS46tOTvtGBLa2qiVXZmYH/Bnpf5Td0rgFJo/JdTYhtuBqKHpyrM hKlTbUFji/wVnc4cV+6rPeV9QzazHxSA3exPUPL0ZJ2gjldkE6GKjwWuNE+yhFDukiwc QzBXraShjVVhtexiQVpVg8P0ggWBEc2SJ2mBNiz0LBEa5/pU6NgBGNwJ0HAQ3smQ8IhV olKyMvI5AKsX1j39SQU3D92GFwOC3G+ys6Po/o2UXK8/us58xUXGFLR6uYO6llzt9je+ GBOaENZSKhoJHILaCePvBCAP8A10MyRcO0SifXZHoGYMp/BZizK5TIxvLtzdqCD+RE30 tidQ== X-Gm-Message-State: AKaTC01abAuT7nPffdCjmtGTH4eC42tXtlheX29gvUM+Nx8scH3krrm7pZdtuy1OjXvKFw== X-Received: by 10.194.136.166 with SMTP id qb6mr5660864wjb.42.1479654421375; Sun, 20 Nov 2016 07:07:01 -0800 (PST) Received: from localhost.localdomain ([95.180.71.38]) by smtp.googlemail.com with ESMTPSA id v2sm19793444wja.41.2016.11.20.07.07.00 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 20 Nov 2016 07:07:01 -0800 (PST) From: Ambrogino Modigliani X-Google-Original-From: Ambrogino Modigliani To: gdb-patches@sourceware.org, pedro_alves@portugalmail.pt Subject: [PATCH 16/20] Fix spelling mistakes in comments in .m4 files Date: Sun, 20 Nov 2016 16:06:17 +0100 Message-Id: <1479654381-20698-17-git-send-email-ambrogino.modigliani@mail.com> In-Reply-To: <1479654381-20698-1-git-send-email-ambrogino.modigliani@mail.com> References: <1479654381-20698-1-git-send-email-ambrogino.modigliani@mail.com> 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(-) 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 . In other environments dnl we can use the inet-types in 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