From patchwork Sun Nov 20 15:06:14 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ambrogino Modigliani X-Patchwork-Id: 17614 Received: (qmail 83625 invoked by alias); 20 Nov 2016 15:07:27 -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 80006 invoked by uid 89); 20 Nov 2016 15:07:11 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL, BAYES_00, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, RCVD_IN_SORBS_SPAM, SPF_PASS autolearn=no version=3.3.2 spammy=H*Ad:D*pt, configmlin, config-ml.in, UD:config-ml.in X-HELO: mail-wm0-f65.google.com Received: from mail-wm0-f65.google.com (HELO mail-wm0-f65.google.com) (74.125.82.65) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 20 Nov 2016 15:07:01 +0000 Received: by mail-wm0-f65.google.com with SMTP id u144so19770302wmu.0 for ; Sun, 20 Nov 2016 07:07:01 -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=++ezYwrD1/yfjg3rf5ocnbMDk/oWNqRsPDbQVPe21Kc=; b=WsfC5EXu3rgbLQ71eMG44jboXdP1gxu8JJ49oivsxvQCGBDWRum8OFZ2fUruAeAuco OeD/Dfz+K/+Ld13irp5LFWCkFYhnMrm+x+CgswstSvLSSuVKp/jj2NP3j2cLcn/PN3n7 stg4d31iBKw8gOdfvSPlMo2eeT6RSKw38IH/sGPeVHSK4ntJ2gA03hPMEIEUQ/v2zalI wijHGdw3OSTqcjfyFU97IzQ2dNUEA35Vuk5cXluJxI653YOY3p7UDljt2tAWSQyfpLFW Gzq62cGVqNsvfIzYhBGd3naMlSfzoKrBk/e1h/PaRuZzoQRfaExeRfA6otGZP4pmW9UR JA+g== X-Gm-Message-State: AKaTC01tVb1cqquWlOsqc6R0sxcSRqWxd+RdGaJkX3d+kBTpnLRHRXPM7tss8vDgqnn5zA== X-Received: by 10.28.7.130 with SMTP id 124mr8575645wmh.18.1479654419094; Sun, 20 Nov 2016 07:06:59 -0800 (PST) Received: from localhost.localdomain ([95.180.71.38]) by smtp.googlemail.com with ESMTPSA id v2sm19793444wja.41.2016.11.20.07.06.58 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 20 Nov 2016 07:06:58 -0800 (PST) From: Ambrogino Modigliani X-Google-Original-From: Ambrogino Modigliani To: gdb-patches@sourceware.org, pedro_alves@portugalmail.pt Subject: [PATCH 13/20] Fix spelling mistakes in comments in .in files Date: Sun, 20 Nov 2016 16:06:14 +0100 Message-Id: <1479654381-20698-14-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> ChangeLog: * config-ml.in: Fix spelling in comments. opcodes/ChangeLog: * opcodes/cgen-asm.in: Fix spelling in comments. * opcodes/cgen-dis.in: Fix spelling in comments. readline/ChangeLog: * readline/examples/rlfe/config.h.in: Fix spelling in comments. sim/m32r/ChangeLog: * sim/m32r/mloop2.in: Fix spelling in comments. * sim/m32r/mloopx.in: Fix spelling in comments. --- config-ml.in | 2 +- opcodes/cgen-asm.in | 2 +- opcodes/cgen-dis.in | 2 +- readline/examples/rlfe/config.h.in | 2 +- sim/m32r/mloop2.in | 2 +- sim/m32r/mloopx.in | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config-ml.in b/config-ml.in index 5e51994..67d3c05 100644 --- a/config-ml.in +++ b/config-ml.in @@ -51,7 +51,7 @@ # To implement this, a symlink tree is built for each library and for each # multilib subdir. # -# The build tree is layed out as +# The build tree is laid out as # # ./ # newlib diff --git a/opcodes/cgen-asm.in b/opcodes/cgen-asm.in index e468e7a..015b1b8 100644 --- a/opcodes/cgen-asm.in +++ b/opcodes/cgen-asm.in @@ -314,7 +314,7 @@ parse_insn_normal (CGEN_CPU_DESC cd, still needs to be converted to target byte order, otherwise BUF is an array of bytes in target byte order. The result is a pointer to the insn's entry in the opcode table, - or NULL if an error occured (an error message will have already been + or NULL if an error occurred (an error message will have already been printed). Note that when processing (non-alias) macro-insns, diff --git a/opcodes/cgen-dis.in b/opcodes/cgen-dis.in index bcfcc69..da86366 100644 --- a/opcodes/cgen-dis.in +++ b/opcodes/cgen-dis.in @@ -298,7 +298,7 @@ print_insn (CGEN_CPU_DESC cd, /* Default value for CGEN_PRINT_INSN. The result is the size of the insn in bytes or zero for an unknown insn - or -1 if an error occured fetching bytes. */ + or -1 if an error occurred fetching bytes. */ #ifndef CGEN_PRINT_INSN #define CGEN_PRINT_INSN default_print_insn diff --git a/readline/examples/rlfe/config.h.in b/readline/examples/rlfe/config.h.in index dbfc369..5dbda05 100644 --- a/readline/examples/rlfe/config.h.in +++ b/readline/examples/rlfe/config.h.in @@ -242,7 +242,7 @@ #undef NAMEDPIPE /* - * Define this if your system exits select() immediatly if a pipe is + * Define this if your system exits select() immediately if a pipe is * opened read-only and no writer has opened it. */ #undef BROKEN_PIPE diff --git a/sim/m32r/mloop2.in b/sim/m32r/mloop2.in index 8324297..5be87c8 100644 --- a/sim/m32r/mloop2.in +++ b/sim/m32r/mloop2.in @@ -107,7 +107,7 @@ emit_parallel (SIM_CPU *current_cpu, PCADDR pc, CGEN_INSN_INT insn, with the first insn. */ /* ??? Revisit to handle exceptions right. */ - /* FIXME: No need to handle this parallely if second is nop. */ + /* FIXME: No need to handle this parallelly if second is nop. */ id = emit_16 (current_cpu, pc, insn >> 16, sc, fast_p, 1); /* Note that this can never be a cti. No cti's go in the S pipeline. */ diff --git a/sim/m32r/mloopx.in b/sim/m32r/mloopx.in index c665078..0ce5e66 100644 --- a/sim/m32r/mloopx.in +++ b/sim/m32r/mloopx.in @@ -107,7 +107,7 @@ emit_parallel (SIM_CPU *current_cpu, PCADDR pc, CGEN_INSN_INT insn, with the first insn. */ /* ??? Revisit to handle exceptions right. */ - /* FIXME: No need to handle this parallely if second is nop. */ + /* FIXME: No need to handle this parallelly if second is nop. */ id = emit_16 (current_cpu, pc, insn >> 16, sc, fast_p, 1); /* Note that this can never be a cti. No cti's go in the S pipeline. */