From patchwork Thu Dec 1 07:26:07 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ambrogino Modigliani X-Patchwork-Id: 18093 Received: (qmail 43082 invoked by alias); 1 Dec 2016 07:27:02 -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 42724 invoked by uid 89); 1 Dec 2016 07:27:00 -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*mail.com, HX-Envelope-From:sk:ambrogi, HTo:D*mail.com, occurred X-HELO: mail-wj0-f193.google.com Received: from mail-wj0-f193.google.com (HELO mail-wj0-f193.google.com) (209.85.210.193) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 01 Dec 2016 07:26:50 +0000 Received: by mail-wj0-f193.google.com with SMTP id jb2so25163883wjb.3 for ; Wed, 30 Nov 2016 23:26:49 -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=bsLGbZFvTPGUN0K5LyTDdDpvGMVWY842qhywxMj4bT8=; b=NBZor0pHcLga0yE6zMBJplCqW/2ThWukya0YVHjc8amTPgzKUwxM0RoY/qGgT77KpN uVMJD0LRPNk48PqvxUqIbE2KsNywQK9JUksSXELBA26W1iWzUPz9uZCrs0CFP1eyWD/y QtrlpAV3tMoai0XhBjAOiOqe176NvI0cQb93OzY9lyyzRyZHFK2yAMJtBwZoICG9Mgwy dnRART4QLbQlKBk3GSkguENJzEheGbmPRgxG+d84+jwxF6Z3fokDYF4eHGEK6CaXEiTq 7YAHGdb5RcmnJdalPCn87OOpbSTKbIvLMktNoty1Pnp8hct1ytgQMcNN5GUcg784Gu9m +UTA== X-Gm-Message-State: AKaTC018g5b+RPw6g94v4zg8DuiFG4WWCMjyoITKIf/tNsdY6By2RH/wGYM+quOezNQ3bQ== X-Received: by 10.194.22.41 with SMTP id a9mr9612226wjf.30.1480577207849; Wed, 30 Nov 2016 23:26:47 -0800 (PST) Received: from localhost.localdomain ([95.180.71.38]) by smtp.googlemail.com with ESMTPSA id g197sm11642387wmd.15.2016.11.30.23.26.46 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 30 Nov 2016 23:26:47 -0800 (PST) From: Ambrogino Modigliani X-Google-Original-From: Ambrogino Modigliani To: gdb-patches@sourceware.org, pedro_alves@portugalmail.pt, ambrogino.modigliani@gmail.com, ambrogino.modigliani@mail.com Subject: [PATCH v2 08/12] Fix spelling in comments in .in files (opcodes) Date: Thu, 1 Dec 2016 08:26:07 +0100 Message-Id: <1480577171-2450-9-git-send-email-ambrogino.modigliani@mail.com> In-Reply-To: <1480577171-2450-1-git-send-email-ambrogino.modigliani@mail.com> References: <1480577171-2450-1-git-send-email-ambrogino.modigliani@mail.com> ChangeLog: * config-ml.in: Fix spelling in comments. opcodes/ChangeLog: * cgen-asm.in: Fix spelling in comments. * cgen-dis.in: Fix spelling in comments. --- config-ml.in | 2 +- opcodes/cgen-asm.in | 2 +- opcodes/cgen-dis.in | 2 +- 3 files changed, 3 insertions(+), 3 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