From patchwork Sun Nov 20 15:06:12 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ambrogino Modigliani X-Patchwork-Id: 17607 Received: (qmail 76556 invoked by alias); 20 Nov 2016 15:07:04 -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 76271 invoked by uid 89); 20 Nov 2016 15:07:04 -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, SPF_PASS autolearn=ham version=3.3.2 spammy=H*Ad:D*pt, trash, sk:record_, transferred 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; Sun, 20 Nov 2016 15:06:59 +0000 Received: by mail-wj0-f193.google.com with SMTP id f8so2081661wje.2 for ; Sun, 20 Nov 2016 07:06:59 -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=dL6UM6MJX4DAJd6aAQLT2TluG3S+NqrMVgGYqg2Y/Ss=; b=LdCakOP55u+WmYDF3u7jA5Qs2IRyWbUBBDFDKTpabWbJgtJ8DYGncsYFBaVNTRsjIS FgGAzUe0a9zP1xgyk+dswGtiOEmx3YJoqAWxcu47iOTKtwnyWw4aSTJvE8OhkbdYPPcY rkFfY8gTGs+2ZhdRG9gFf8sHf38ekjO39oWuif/K9l189upk1J6cpR54dc91yOBI7zOh Q2EcgUyM9ik5hWKUABuTs5tiwwErsVSOQ4WvaUeLLf/pWfHxSO0R/nRbondzEAwjfCg+ C9hq2aT0ZrqVvJSjKxWQQ/vhgpzpZlCAKpQYe5HOYwVjdq6X0UUhVpAk4iO72CcNbAW6 KsZw== X-Gm-Message-State: AKaTC0242iVp+ogsd+55LP4TmMWzL44xuUDnMCH5i9FkVlyc4S3MFrh5+Gd0gozIbSpWcg== X-Received: by 10.194.94.39 with SMTP id cz7mr5801628wjb.204.1479654417281; Sun, 20 Nov 2016 07:06:57 -0800 (PST) Received: from localhost.localdomain ([95.180.71.38]) by smtp.googlemail.com with ESMTPSA id v2sm19793444wja.41.2016.11.20.07.06.56 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 20 Nov 2016 07:06:57 -0800 (PST) From: Ambrogino Modigliani X-Google-Original-From: Ambrogino Modigliani To: gdb-patches@sourceware.org, pedro_alves@portugalmail.pt Subject: [PATCH 11/20] Fix spelling mistakes in comments in .em files Date: Sun, 20 Nov 2016 16:06:12 +0100 Message-Id: <1479654381-20698-12-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> ld/ChangeLog: * ld/emultempl/avrelf.em: Fix spelling in comments. * ld/emultempl/elf32.em: Fix spelling in comments. * ld/emultempl/pe.em: Fix spelling in comments. * ld/emultempl/pep.em: Fix spelling in comments. * ld/emultempl/spuelf.em: Fix spelling in comments. --- ld/emultempl/avrelf.em | 2 +- ld/emultempl/elf32.em | 4 ++-- ld/emultempl/pe.em | 2 +- ld/emultempl/pep.em | 2 +- ld/emultempl/spuelf.em | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ld/emultempl/avrelf.em b/ld/emultempl/avrelf.em index 4710b6e..f9f0111 100644 --- a/ld/emultempl/avrelf.em +++ b/ld/emultempl/avrelf.em @@ -36,7 +36,7 @@ fragment <type = bfd_link_hash_defweak; /* We replace original name with __imp_ prefixed, this 1) may trash memory 2) leads to duplicate symbol generation. - Still, IMHO it's better than having name poluted. */ + Still, IMHO it's better than having name polluted. */ undef->root.string = sym->root.string; undef->u.def.value = sym->u.def.value; undef->u.def.section = sym->u.def.section; diff --git a/ld/emultempl/pep.em b/ld/emultempl/pep.em index 60deeed..1312bec 100644 --- a/ld/emultempl/pep.em +++ b/ld/emultempl/pep.em @@ -1197,7 +1197,7 @@ pep_find_data_imports (void) undef->type = bfd_link_hash_defweak; /* We replace original name with __imp_ prefixed, this 1) may trash memory 2) leads to duplicate symbol generation. - Still, IMHO it's better than having name poluted. */ + Still, IMHO it's better than having name polluted. */ undef->root.string = sym->root.string; undef->u.def.value = sym->u.def.value; undef->u.def.section = sym->u.def.section; diff --git a/ld/emultempl/spuelf.em b/ld/emultempl/spuelf.em index a94e1df..e289e45 100644 --- a/ld/emultempl/spuelf.em +++ b/ld/emultempl/spuelf.em @@ -719,7 +719,7 @@ PARSE_AND_LIST_ARGS_CASES=' auto_overlay_file = optarg; break; } - /* Fall thru */ + /* Fall through */ case OPTION_SPU_AUTO_RELINK: params.auto_overlay |= 2;