From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.groups.io with SMTP id smtpd.web11.4861.1571232374092952178 for ; Wed, 16 Oct 2019 06:26:14 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: redhat.com, ip: 209.132.183.28, mailfrom: philmd@redhat.com) Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id A94C6C0021D7; Wed, 16 Oct 2019 13:26:13 +0000 (UTC) Received: from x1w.redhat.com (unknown [10.40.205.172]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 7B51D60C5E; Wed, 16 Oct 2019 13:26:09 +0000 (UTC) From: =?UTF-8?B?UGhpbGlwcGUgTWF0aGlldS1EYXVkw6k=?= To: devel@edk2.groups.io Cc: Supreeth Venkatesh , Eric Dong , Liming Gao , Achin Gupta , Dandan Bi , Jiaxin Wu , Hao A Wu , Ray Ni , Siyuan Fu , Jiewen Yao , Jian J Wang , Laszlo Ersek , Philippe Mathieu-Daude Subject: [PATCH v2 4/4] NetworkPkg/Ip6Dxe: Fix typo in comment Date: Wed, 16 Oct 2019 15:25:33 +0200 Message-Id: <20191016132533.8876-5-philmd@redhat.com> In-Reply-To: <20191016132533.8876-1-philmd@redhat.com> References: <20191016132533.8876-1-philmd@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.31]); Wed, 16 Oct 2019 13:26:13 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable An extra 's' slipped into the 'processing' word. Drop it to fix the typo. Reviewed-by: Laszlo Ersek Reviewed-by: Siyuan Fu Signed-off-by: Philippe Mathieu-Daude --- NetworkPkg/Ip6Dxe/Ip6Option.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NetworkPkg/Ip6Dxe/Ip6Option.c b/NetworkPkg/Ip6Dxe/Ip6Option.= c index 88111e3c24f5..4d92a852dc86 100644 --- a/NetworkPkg/Ip6Dxe/Ip6Option.c +++ b/NetworkPkg/Ip6Dxe/Ip6Option.c @@ -158,7 +158,7 @@ Ip6IsNDOptionValid ( // // Check the length of Ip6OptionEtherSource, Ip6OptionEtherTarget,= and // Ip6OptionRedirected here. For unrecognized options, silently ig= nore - // and continue processsing the message. + // and continue processing the message. // if (Length =3D=3D 0) { return FALSE; --=20 2.21.0