From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 121591 invoked by alias); 21 Nov 2016 22:23:13 -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 121567 invoked by uid 89); 21 Nov 2016 22:23:12 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=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 X-HELO: mail-wm0-f66.google.com Received: from mail-wm0-f66.google.com (HELO mail-wm0-f66.google.com) (74.125.82.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 21 Nov 2016 22:23:02 +0000 Received: by mail-wm0-f66.google.com with SMTP id a20so1050600wme.2 for ; Mon, 21 Nov 2016 14:23: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:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=cSmcOGBCKHkVlAegKcOp3nDw/qYz5ffv2L+qLzTTVD8=; b=hV6ibXzj7E+eXWzHa7HI5DaiTtjh/b7j31p1tYjook5zx9QICXpEsZDnVGzSOyovjM /3J8DEaB17xZVnTt8LO+Ewuq7BFXwOzdLqlPZo/MUj1omRCX9nMlST1FpVLzE9konlhR rXn0EYPVf2ldtxtsBUmbFBKVmopT7Paiuo8Sc41dSZ7a3ahXp6zb/q+qRyamoLl5ohY1 AJRLOFPAEe1LNuB1t23jz1QxDkPaeow0nYcQLn1TUDrmZulr2LmaCJ+asiS7iIEVSYDg nmPX91Srb+vr4iUy3J4+K+0koh17MzHiQ4OMvUTqZEModHMUpkItb9BO+MZ69k3XXv2A Qfmg== X-Gm-Message-State: AKaTC03dTpPKiBHcennXoPKuqoFVI/zQP9C/yLocuPX2SWKk9jRGPugWTAvIheLHzTPedA== X-Received: by 10.28.191.130 with SMTP id o2mr18502172wmi.97.1479766980146; Mon, 21 Nov 2016 14:23:00 -0800 (PST) Received: from localhost ([2a02:c7d:8e80:c00:10ec:ccc0:d67b:db96]) by smtp.gmail.com with ESMTPSA id j1sm27346424wjm.26.2016.11.21.14.22.59 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 21 Nov 2016 14:22:59 -0800 (PST) Date: Mon, 21 Nov 2016 22:23:00 -0000 From: Yao Qi To: Ambrogino Modigliani Cc: gdb-patches@sourceware.org, pedro_alves@portugalmail.pt, ambrogino.modigliani@mail.com Subject: Re: [PATCH 10/23] Fix spelling mistakes in comments in Expect scripts Message-ID: <20161121222256.rlaz2l3uvi6sibi2@localhost> References: <1479663498-30295-1-git-send-email-ambrogino.modigliani@mail.com> <1479663498-30295-11-git-send-email-ambrogino.modigliani@mail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1479663498-30295-11-git-send-email-ambrogino.modigliani@mail.com> User-Agent: NeoMutt/20161014 (1.7.1) X-IsSubscribed: yes X-SW-Source: 2016-11/txt/msg00618.txt.bz2 On Sun, Nov 20, 2016 at 06:38:05PM +0100, Ambrogino Modigliani wrote: > gas/testsuite/ChangeLog: > > * gas/testsuite/gas/all/gas.exp: Fix spelling in comments. > * gas/testsuite/gas/cris/cris.exp: Fix spelling in comments. > * gas/testsuite/gas/hppa/basic/basic.exp: Fix spelling in comments. > * gas/testsuite/gas/hppa/parse/parse.exp: Fix spelling in comments. > * gas/testsuite/gas/hppa/reloc/reloc.exp: Fix spelling in comments. > * gas/testsuite/gas/sh/arch/arch.exp: Fix spelling in comments. > * gas/testsuite/gas/tic4x/tic4x.exp: Fix spelling in comments. > > gdb/testsuite/ChangeLog: > > * gdb/testsuite/gdb.ada/exec_changed.exp: Fix spelling in comments. ChangeLog entry should be prefixed with tab rather than spaces. Again, drop "gdb/testsuite/". > * gdb/testsuite/gdb.arch/e500-prologue.exp: Fix spelling in comments. > * gdb/testsuite/gdb.arch/i386-mpx.exp: Fix spelling in comments. > * gdb/testsuite/gdb.arch/powerpc-aix-prologue.exp: Fix spelling in > comments. > * gdb/testsuite/gdb.base/bigcore.exp: Fix spelling in comments. > * gdb/testsuite/gdb.base/call-sc.exp: Fix spelling in comments. > * gdb/testsuite/gdb.base/dbx.exp: Fix spelling in comments. > * gdb/testsuite/gdb.base/default.exp: Fix spelling in comments. > * gdb/testsuite/gdb.base/double-prompt-target-event-error.exp: Fix > spelling in comments. > * gdb/testsuite/gdb.base/exitsignal.exp: Fix spelling in comments. > * gdb/testsuite/gdb.base/gdb11531.exp: Fix spelling in comments. > * gdb/testsuite/gdb.base/gnu-ifunc.exp: Fix spelling in comments. > * gdb/testsuite/gdb.base/gnu_vector.exp: Fix spelling in comments. > * gdb/testsuite/gdb.base/lineinc.exp: Fix spelling in comments. > * gdb/testsuite/gdb.base/killed-outside.exp: Fix spelling in comments. > * gdb/testsuite/gdb.base/overlays.exp: Fix spelling in comments. > * gdb/testsuite/gdb.base/remote.exp: Fix spelling in comments. > * gdb/testsuite/gdb.base/savedregs.exp: Fix spelling in comments. > * gdb/testsuite/gdb.base/scope.exp: Fix spelling in comments. > * gdb/testsuite/gdb.base/sigbpt.exp: Fix spelling in comments. > * gdb/testsuite/gdb.base/signals.exp: Fix spelling in comments. > * gdb/testsuite/gdb.base/signull.exp: Fix spelling in comments. > * gdb/testsuite/gdb.base/store.exp: Fix spelling in comments. > * gdb/testsuite/gdb.base/structs.exp: Fix spelling in comments. > * gdb/testsuite/gdb.base/watchpoint-stops-at-right-insn.exp: Fix > spelling in comments. > * gdb/testsuite/gdb.cell/mem-access.exp: Fix spelling in comments. > * gdb/testsuite/gdb.cp/rtti.exp: Fix spelling in comments. > * gdb/testsuite/gdb.cp/static-print-quit.exp: Fix spelling in > comments. > * gdb/testsuite/gdb.cp/virtfunc.exp: Fix spelling in comments. > * gdb/testsuite/gdb.dwarf2/dw2-ranges-base.exp: Fix spelling in > comments. > * gdb/testsuite/gdb.fortran/types.exp: Fix spelling in comments. > * gdb/testsuite/gdb.fortran/vla-value-sub-arbitrary.exp: Fix spelling > in comments. > * gdb/testsuite/gdb.go/integers.exp: Fix spelling in comments. > * gdb/testsuite/gdb.mi/mi-breakpoint-changed.exp: Fix spelling in > comments. > * gdb/testsuite/gdb.multi/multi-arch-exec.exp: Fix spelling in > comments. > * gdb/testsuite/gdb.pascal/floats.exp: Fix spelling in comments. > * gdb/testsuite/gdb.pascal/integers.exp: Fix spelling in comments. > * gdb/testsuite/gdb.pascal/types.exp: Fix spelling in comments. > * gdb/testsuite/gdb.reverse/step-precsave.exp: Fix spelling in > comments. > * gdb/testsuite/gdb.reverse/step-reverse.exp: Fix spelling in > comments. > * gdb/testsuite/gdb.threads/thread_check.exp: Fix spelling in > comments. > * gdb/testsuite/gdb.trace/collection.exp: Fix spelling in comments. > * gdb/testsuite/gdb.trace/mi-tracepoint-changed.exp: Fix spelling in > comments. > * gdb/testsuite/lib/gdb.exp: Fix spelling in comments. > * gdb/testsuite/lib/prelink-support.exp: Fix spelling in comments. > All changes in gdb/testsuite/ are OK. Please send a new version which only includes gdb/testsuite changes. It can be merged. Changes about ld and gas should be sent to binutils@sourceware.org. Although the changes are straightforward as well, it should be reviewed there. > ld/testsuite/ChangeLog: > > * ld/testsuite/ld-sh/arch/arch.exp: Fix spelling in comments. > * ld/testsuite/ld-sh/rd-sh.exp: Fix spelling in comments. > * ld/testsuite/ld-sh/sh64/rd-sh64.exp: Fix spelling in comments. > * ld/testsuite/ld-undefined/undefined.exp: Fix spelling in comments. -- Yao