From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: redhat.com, ip: 209.132.183.28, mailfrom: lersek@redhat.com) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by groups.io with SMTP; Thu, 26 Sep 2019 11:42:28 -0700 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id C9D04190C019; Thu, 26 Sep 2019 18:42:27 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-120-49.rdu2.redhat.com [10.10.120.49]) by smtp.corp.redhat.com (Postfix) with ESMTP id 8BA6910016EB; Thu, 26 Sep 2019 18:42:22 +0000 (UTC) Subject: Re: [edk2-devel] [PATCH 0/4] trivial: Fix typos in "processing/processed" To: devel@edk2.groups.io, philmd@redhat.com Cc: Achin Gupta , Jiaxin Wu , Eric Dong , Dandan Bi , Siyuan Fu , Ray Ni , Jian J Wang , Jiewen Yao , Supreeth Venkatesh , Hao A Wu , Liming Gao References: <20190926120446.16007-1-philmd@redhat.com> From: "Laszlo Ersek" Message-ID: Date: Thu, 26 Sep 2019 20:42:21 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20190926120446.16007-1-philmd@redhat.com> X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.6.2 (mx1.redhat.com [10.5.110.70]); Thu, 26 Sep 2019 18:42:27 +0000 (UTC) Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable On 09/26/19 14:04, Philippe Mathieu-Daud=C3=A9 wrote: > Some "processing/processed" words are written with an extra 's'. > Properly write them. >=20 > Unrelated note, I'm sending this series using git-publish with > a 'cc.cmd' script which build the Cc list of each patch calling > BaseTools/Scripts/GetMaintainer.py, appologies if it fails :) >=20 > Philippe Mathieu-Daud=C3=A9 (4): > MdeModulePkg DxeCore: Fix typo in function name > MdeModulePkg/PiSmmCore: Fix typo in function name > StandaloneMmPkg/Core: Fix typo in function name > NetworkPkg/Ip6Dxe: Fix typo in comment >=20 > MdeModulePkg/Core/Dxe/Dispatcher/Dispatcher.c | 4 ++-- > MdeModulePkg/Core/PiSmmCore/Dispatcher.c | 4 ++-- > NetworkPkg/Ip6Dxe/Ip6Option.c | 2 +- > StandaloneMmPkg/Core/Dispatcher.c | 4 ++-- > StandaloneMmPkg/Core/FwVol.c | 4 ++-- > 5 files changed, 9 insertions(+), 9 deletions(-) >=20 series Reviewed-by: Laszlo Ersek