From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web12.16482.1664783260581598349 for ; Mon, 03 Oct 2022 00:47:40 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: pierre.gondois@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id EEC0213D5; Mon, 3 Oct 2022 00:47:46 -0700 (PDT) Received: from pierre123.home (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 094793F792; Mon, 3 Oct 2022 00:47:38 -0700 (PDT) From: "PierreGondois" To: devel@edk2.groups.io Cc: Bob Feng , Liming Gao , Pierre Gondois Subject: [PATCH 0/2] BaseTools: Remove duplicated words Date: Mon, 3 Oct 2022 09:47:30 +0200 Message-Id: <20221003074732.2944706-1-Pierre.Gondois@arm.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Pierre Gondois As requestid in: https://edk2.groups.io/g/devel/message/94625 split the initial patch in 2 pieces, one for the C tools, and one for the Python tools. Pierre Gondois (2): BaseTools: Remove duplicated words in C tools BaseTools: Remove duplicated words in Python tools BaseTools/Source/C/Common/FirmwareVolumeBuffer.c | 6 +++--- BaseTools/Source/C/DevicePath/DevicePathUtilities.c | 2 +- BaseTools/Source/C/GenFv/GenFv.c | 2 +- BaseTools/Source/C/VfrCompile/Pccts/antlr/mrhoist.c | 4 ++-- BaseTools/Source/Python/Ecc/EccToolError.py | 2 +- BaseTools/Source/Python/build/build.py | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) --=20 2.25.1