From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 81844 invoked by alias); 20 Nov 2016 17:41:30 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 81322 invoked by uid 89); 20 Nov 2016 17:41:23 -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,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=346,7, vliw 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 17:41:21 +0000 Received: by mail-wm0-f65.google.com with SMTP id m203so20599676wma.3 for ; Sun, 20 Nov 2016 09:41:21 -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=ZLUHSkxTlskTvMviUYAuZ8KkBwwVe6uRrEM+VPFwXMo=; b=JPat6DC/GPNIkWNN7ZL/xSTIrPAz730GsT4cOSB+x1PY3TXq9ZBqgGm7+pyJlhU5K2 3xB93PVClGaNf/omLSs2Egv1LBCaFT/NbZsOCHTu+JoAI45qWkiGyb4axouyYSXbspr8 m1MHcpbedFrx/G4gSukrabCt4BiCpwKsifR9b7OhkACDW2ewnhQ9mwAzYYEsaGxO3YK4 SicMuQVY0KMumKNmCukYq5pS5vfqzuEcm0Y2GCmasjgrbnb6o8663Ro5Ybt6zgyryq3m /JpoC7KbcQ+cMDW+ed1N5NXR2ztzxAXmEg9340YS1atFIxrawt7If7uqRwLfvd1svUKB uQOg== X-Gm-Message-State: AKaTC03t5Zr7EVDcYF9cLUXixRA06aUEnIZinYnW7NO0xjxc2mQaAKuWYZH8gji9GV8zZw== X-Received: by 10.28.211.72 with SMTP id k69mr9120071wmg.137.1479663679478; Sun, 20 Nov 2016 09:41:19 -0800 (PST) Received: from localhost.localdomain ([95.180.71.38]) by smtp.googlemail.com with ESMTPSA id j1sm20408211wjm.26.2016.11.20.09.41.18 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 20 Nov 2016 09:41:19 -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 20/23] Fix spelling mistakes in comments in .opc files Date: Sun, 20 Nov 2016 17:41:00 -0000 Message-Id: <1479663498-30295-21-git-send-email-ambrogino.modigliani@mail.com> In-Reply-To: <1479663498-30295-1-git-send-email-ambrogino.modigliani@mail.com> References: <1479663498-30295-1-git-send-email-ambrogino.modigliani@mail.com> X-SW-Source: 2016-11/txt/msg00575.txt.bz2 cpu/ChangeLog: * cpu/frv.opc: Fix spelling in comments. * cpu/mep.opc: Fix spelling in comments. opcodes/ChangeLog: * opcodes/msp430-decode.opc: Fix spelling in comments. --- cpu/frv.opc | 2 +- cpu/mep.opc | 4 ++-- opcodes/msp430-decode.opc | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cpu/frv.opc b/cpu/frv.opc index 869155d..2c23b07 100644 --- a/cpu/frv.opc +++ b/cpu/frv.opc @@ -488,7 +488,7 @@ match_vliw (VLIW_COMBO *vliw1, VLIW_COMBO *vliw2, int vliw_size) return TRUE; } -/* Find the next vliw vliw in the table that can accomodate the new insn. +/* Find the next vliw vliw in the table that can accommodate the new insn. If one is found then return it. Otherwise return NULL. */ static VLIW_COMBO * diff --git a/cpu/mep.opc b/cpu/mep.opc index 7ed3ea8..2b59392 100644 --- a/cpu/mep.opc +++ b/cpu/mep.opc @@ -1163,7 +1163,7 @@ mep_examine_vliw32_insns (CGEN_CPU_DESC cd, bfd_vma pc, disassemble_info *info) cop1buflength = 2; } - /* Now we have the distrubution set. Print them out. */ + /* Now we have the distribution set. Print them out. */ status = mep_print_vliw_insns (cd, pc, info, buf, corebuflength, cop1buflength, cop2buflength); @@ -1252,7 +1252,7 @@ mep_examine_vliw64_insns (CGEN_CPU_DESC cd, bfd_vma pc, disassemble_info *info) cop1buflength = 6; } - /* Now we have the distrubution set. Print them out. */ + /* Now we have the distribution set. Print them out. */ status = mep_print_vliw_insns (cd, pc, info, buf, corebuflength, cop1buflength, cop2buflength); diff --git a/opcodes/msp430-decode.opc b/opcodes/msp430-decode.opc index 9428467..9185637 100644 --- a/opcodes/msp430-decode.opc +++ b/opcodes/msp430-decode.opc @@ -346,7 +346,7 @@ msp430_decode_opcode (unsigned long pc, post_extension_word: ; - /* 430X extention word. */ + /* 430X extension word. */ /** 0001 1srx t l 00 dsxt 430x */ al_bit = l; -- 2.7.4