From patchwork Sun Nov 20 17:38:02 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ambrogino Modigliani X-Patchwork-Id: 17625 Received: (qmail 71656 invoked by alias); 20 Nov 2016 17:39:19 -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 71602 invoked by uid 89); 20 Nov 2016 17:39:18 -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= 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:39:03 +0000 Received: by mail-wm0-f65.google.com with SMTP id g23so20677761wme.1 for ; Sun, 20 Nov 2016 09:39:02 -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=/QmiCMQl159swGzmbl3PbSqPjzBNH4NXwMyqrnEXkRM=; b=cF250y08hfa7kXtDw99TQhec4ep9fKiSN/NZPDQHby+Nq3VxZKg2oFlsTqTERyX1NV TAxBEmkuwvPK9bduril53PwfmvjU+CbyrAu8sSMrp51yYstYzI6KWRMf3LIsWBpAwZXM dhxFMN20Sxm1GmgkKGAg15QjaaGqwzzYupWq8Po5Uw8zyE6kVbCEZBWtlBEZNvp/Syh9 +8r9Omrp7sB7jcllO7BdJHgHr6I3Wy08bDSYoVC3oB5r0WdqavK8qGZ9x93ztnHXE/9J S7yjyPDyoDq5aqb8kA4JUJ/BCQKXovXxO/TKkzZzuQgVJ9m3l52vW2ne6CXcr6OidjWg WMWw== X-Gm-Message-State: AKaTC01XyoQlVKPuy4dB8wpb79W7z1K1hfdTKjsk5mFFVRUyU5vpOiKiA7UlUBpsaiCz5g== X-Received: by 10.28.58.14 with SMTP id h14mr10068280wma.7.1479663541015; Sun, 20 Nov 2016 09:39:01 -0800 (PST) Received: from localhost.localdomain ([95.180.71.38]) by smtp.googlemail.com with ESMTPSA id j1sm20408211wjm.26.2016.11.20.09.38.59 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 20 Nov 2016 09:39:00 -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 07/23] Fix spelling mistakes in comments in shell scripts Date: Sun, 20 Nov 2016 18:38:02 +0100 Message-Id: <1479663498-30295-8-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> gdb/ChangeLog: * gdb/contrib/expect-read1.sh: Fix spelling in comments. * gdb/gdb_buildall.sh: Fix spelling in comments. * gdb/gdb_mbuildw.sh: Fix spelling in comments. gdb/testsuite/ChangeLog: * gdb/testsuite/dg-extract-results.sh: Fix spelling in comments. ld/ChangeLog: * ld/emulparams/elf32mcore.sh: Fix spelling in comments. --- gdb/contrib/expect-read1.sh | 2 +- gdb/gdb_buildall.sh | 2 +- gdb/gdb_mbuild.sh | 4 ++-- gdb/testsuite/dg-extract-results.sh | 2 +- ld/emulparams/elf32mcore.sh | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/gdb/contrib/expect-read1.sh b/gdb/contrib/expect-read1.sh index cc9d811..a0251d2 100644 --- a/gdb/contrib/expect-read1.sh +++ b/gdb/contrib/expect-read1.sh @@ -15,7 +15,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -# This tool excercise any incomplete reads handling in the testsuite by +# This tool exercise any incomplete reads handling in the testsuite by # simulating read always returns just 1 character. # Testsuite incompatibilities are tracked as GDB PR testsuite/12649. diff --git a/gdb/gdb_buildall.sh b/gdb/gdb_buildall.sh index 1fc7b38..ed3ffb5 100644 --- a/gdb/gdb_buildall.sh +++ b/gdb/gdb_buildall.sh @@ -103,7 +103,7 @@ builddir=`cd $2 && /bin/pwd` || exit 1 make=${MAKE:-make} MAKE=${make} export MAKE -# We dont want GDB do dump cores. +# We don't want GDB do dump cores. ulimit -c 0 # Just make sure we're in the right directory. diff --git a/gdb/gdb_mbuild.sh b/gdb/gdb_mbuild.sh index 08927f1..da0c19a 100755 --- a/gdb/gdb_mbuild.sh +++ b/gdb/gdb_mbuild.sh @@ -195,7 +195,7 @@ log () -# Warn the user of what is comming, print the list of targets +# Warn the user of what is coming, print the list of targets echo "$alltarg" echo "" @@ -273,7 +273,7 @@ do then # Iff the build fails remove the final build target so that # the follow-on code knows things failed. Stops the follow-on - # code thinking that a failed rebuild succedded (executable + # code thinking that a failed rebuild succeeded (executable # left around from previous build). echo ... ${make} ${keepgoing} ${makejobs} ${target} ( ${make} ${keepgoing} ${makejobs} all-gdb || rm -f gdb/gdb gdb/gdb.exe diff --git a/gdb/testsuite/dg-extract-results.sh b/gdb/testsuite/dg-extract-results.sh index ffea0a3..18734b4 100755 --- a/gdb/testsuite/dg-extract-results.sh +++ b/gdb/testsuite/dg-extract-results.sh @@ -267,7 +267,7 @@ cat $SUM_FILES \ | $AWK '/^Running/ { if ($2 != "target" && $3 == "...") print "EXPFILE: "$2 } ' \ | sort -u > ${TMP}/expfiles -# Write the begining of the combined summary file. +# Write the beginning of the combined summary file. head -n 2 $FIRST_SUM echo diff --git a/ld/emulparams/elf32mcore.sh b/ld/emulparams/elf32mcore.sh index 512a9b0..e7d0134 100644 --- a/ld/emulparams/elf32mcore.sh +++ b/ld/emulparams/elf32mcore.sh @@ -13,11 +13,11 @@ EMBEDDED=yes # There is a problem with the NOP value - it must work for both # big endian and little endian systems. Unfortunately there is # no symmetrical mcore opcode that functions as a noop. The -# chosen solution is to use "tst r0, r14". This is a symetrical +# chosen solution is to use "tst r0, r14". This is a symmetrical # value, and apart from the corruption of the C bit, it has no other # side effects. Since the carry bit is never tested without being # explicitly set first, and since the NOP code is only used as a -# fill value between independantly viable peices of code, it should +# fill value between independently viable peices of code, it should # not matter. NOP=0x0e0e0e0e