From patchwork Sun Nov 20 15:06:04 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ambrogino Modigliani X-Patchwork-Id: 17601 Received: (qmail 75625 invoked by alias); 20 Nov 2016 15:07:01 -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 75548 invoked by uid 89); 20 Nov 2016 15:07:01 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.3 required=5.0 tests=AWL, BAYES_00, FREEMAIL_FROM, RCVD_IN_SORBS_SPAM, SPF_PASS autolearn=no version=3.3.2 spammy=cagney, generators, H*Ad:D*pt, ALLDEPFILES X-HELO: mail-wj0-f196.google.com Received: from mail-wj0-f196.google.com (HELO mail-wj0-f196.google.com) (209.85.210.196) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 20 Nov 2016 15:06:51 +0000 Received: by mail-wj0-f196.google.com with SMTP id f8so2081467wje.2 for ; Sun, 20 Nov 2016 07:06:50 -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=3Kv/+U1ykrxiwuE88DQexAU+0Peuw+vhUVptc4saNnA=; b=PIM6LxIl9psNH+G+PDhTm3z4Qp3+G9u4G1R/m7CclaaRxMIf/pQT4XWdrRgYtYXqeY heSW/MKHWPgXArO6UJ0Yup3iwKa3uKuxAZNtvPKs278M03DtGGhy/HTxyGT7rjg0OWj4 n/oLytk07MZ9jauRxA1HXH2ViNVKM0m/PZzUOnm5JCbloFCevy6LxzV3Mp0VrPW+AHxl eG6cL4meOvLA0EYKSOhyUuZ4OoXJYrbVIiOXOknDhjDQyDOxKmMwnpjEFVv3Pn5nHwP5 hMKndu93MNT7FzLQRevLfzarO6wEaHFeqa0v4ipqjlLJd/VIbKE5g0qiwItSEvVK2Irf Ogmg== X-Gm-Message-State: AKaTC02IM2k+2Ud0+0/MKN7tqgZ1PEFQ1CCjd0i94wR6pivrm1dIV4bf6FhP/cZWeeJzJA== X-Received: by 10.194.141.239 with SMTP id rr15mr5591969wjb.144.1479654408810; Sun, 20 Nov 2016 07:06:48 -0800 (PST) Received: from localhost.localdomain ([95.180.71.38]) by smtp.googlemail.com with ESMTPSA id v2sm19793444wja.41.2016.11.20.07.06.48 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 20 Nov 2016 07:06:48 -0800 (PST) From: Ambrogino Modigliani X-Google-Original-From: Ambrogino Modigliani To: gdb-patches@sourceware.org, pedro_alves@portugalmail.pt Subject: [PATCH 03/20] Fix spelling mistakes in comments in makefiles Date: Sun, 20 Nov 2016 16:06:04 +0100 Message-Id: <1479654381-20698-4-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> gas/ChangeLog: * gas/Makefile.am: Fix spelling in comments. * gas/Makefile.in: Fix spelling in comments. gdb/ChangeLog: * gdb/Makefile.in: Fix spelling in comments. readline/ChangeLog: * readline/examples/rlfe/Makefile.in: Fix spelling in comments. sim/mips/ChangeLog: * sim/mips/Makefile.in: Fix spelling in comments. --- gas/Makefile.am | 2 +- gas/Makefile.in | 2 +- gdb/Makefile.in | 6 +++--- readline/examples/rlfe/Makefile.in | 2 +- sim/mips/Makefile.in | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/gas/Makefile.am b/gas/Makefile.am index cdaf9f5..d4b833f 100644 --- a/gas/Makefile.am +++ b/gas/Makefile.am @@ -52,7 +52,7 @@ TARG_ENV_H = $(srcdir)/config/te-@te_file@.h ATOF_TARG_C = $(srcdir)/config/atof-@atof@.c ATOF_TARG_O = atof-@atof@.@OBJEXT@ -# use @target_cpu_type@ for refering to configured target name +# use @target_cpu_type@ for referring to configured target name IT_HDRS=itbl-parse.h $(srcdir)/itbl-ops.h IT_SRCS=itbl-parse.c itbl-lex-wrapper.c $(srcdir)/itbl-ops.c IT_DEPS=$(srcdir)/itbl-parse.y $(srcdir)/itbl-lex.l $(srcdir)/config/itbl-@target_cpu_type@.h diff --git a/gas/Makefile.in b/gas/Makefile.in index 84f746d..c9231dc 100644 --- a/gas/Makefile.in +++ b/gas/Makefile.in @@ -350,7 +350,7 @@ TARG_ENV_H = $(srcdir)/config/te-@te_file@.h ATOF_TARG_C = $(srcdir)/config/atof-@atof@.c ATOF_TARG_O = atof-@atof@.@OBJEXT@ -# use @target_cpu_type@ for refering to configured target name +# use @target_cpu_type@ for referring to configured target name IT_HDRS = itbl-parse.h $(srcdir)/itbl-ops.h IT_SRCS = itbl-parse.c itbl-lex-wrapper.c $(srcdir)/itbl-ops.c IT_DEPS = $(srcdir)/itbl-parse.y $(srcdir)/itbl-lex.l $(srcdir)/config/itbl-@target_cpu_type@.h diff --git a/gdb/Makefile.in b/gdb/Makefile.in index b68cf58..e94d450 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1372,7 +1372,7 @@ test-cp-name-parser$(EXEEXT): test-cp-name-parser.o $(LIBIBERTY) # FIXME: cagney/2002-06-09: gdb/564: gdb/563: Force the order so that # the first call is to _initialize_gdbtypes (implemented by explicitly # putting that function's name first in the init.l-tmp file). This is -# a hack to ensure that all the architecture dependant global +# a hack to ensure that all the architecture dependent global # builtin_type_* variables are initialized before anything else # (per-architecture code is called in the same order that it is # registered). The ``correct fix'' is to have all the builtin types @@ -1825,7 +1825,7 @@ ALLDEPFILES = \ # errors. It turns out that that is the least of monitor.c's # problems. The function print_vsprintf appears to be using # va_arg(long) to extract CORE_ADDR parameters - something that -# definitly will not work. "monitor.c" needs to be rewritten so that +# definitely will not work. "monitor.c" needs to be rewritten so that # it doesn't use format strings and instead uses callbacks. monitor.o: $(srcdir)/monitor.c $(COMPILE.pre) $(INTERNAL_CFLAGS) $(GDB_WARN_CFLAGS_NO_FORMAT) \ @@ -1914,7 +1914,7 @@ clean-po: # rule has no dependencies and always regenerates gdb.pot. This is # relatively harmless since the .po files do not directly depend on # it. The .pot file is left in the build directory. Since GDB's -# Makefile lacks a cannonical list of sources (missing xm, tm and nm +# Makefile lacks a canonical list of sources (missing xm, tm and nm # files) force this rule. $(PACKAGE).pot: po/$(PACKAGE).pot po/$(PACKAGE).pot: force diff --git a/readline/examples/rlfe/Makefile.in b/readline/examples/rlfe/Makefile.in index 7d6fd53..f60c504 100644 --- a/readline/examples/rlfe/Makefile.in +++ b/readline/examples/rlfe/Makefile.in @@ -1,7 +1,7 @@ # # Makefile template for rlfe # -# See machine dependant config.h for more configuration options. +# See machine dependent config.h for more configuration options. # srcdir = @srcdir@ diff --git a/sim/mips/Makefile.in b/sim/mips/Makefile.in index 7f1c916..9bb272a 100644 --- a/sim/mips/Makefile.in +++ b/sim/mips/Makefile.in @@ -119,7 +119,7 @@ IGEN_INCLUDE=\ $(srcdir)/mips3264r2.igen \ # NB: Since these can be built by a number of generators, care -# must be taken to ensure that they are only dependant on +# must be taken to ensure that they are only dependent on # one of those generators. BUILT_SRC_FROM_GEN = \ itable.h \