From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-1.mimecast.com (us-smtp-1.mimecast.com [205.139.110.120]) by mx.groups.io with SMTP id smtpd.web10.2353.1578046385744439532 for ; Fri, 03 Jan 2020 02:13:05 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=eKoW978V; spf=pass (domain: redhat.com, ip: 205.139.110.120, mailfrom: philmd@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1578046384; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=NsrSX2mBSMOw/NlB5uBcq4fuiu5NdbrIwGvSwblPDxI=; b=eKoW978V1WnvUtNODG/d1RhEfV9zBFALkI2QGsEe98cMb0CfaxSzUp8XgVdUNVGGd2Fg7y zbVLCv06+7QiuKkpc8AmaAatBsDBX3iJh8mOpzbj58NKR4KYR9R910mOHs1x5m9guH2Gcv sVITw2kA/g7V8Z8rxxy4XlhqJXmokMo= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-38-G_axClv5MIaUbsOUJyXLpQ-1; Fri, 03 Jan 2020 05:13:03 -0500 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id AB353801E70; Fri, 3 Jan 2020 10:13:02 +0000 (UTC) Received: from x1w.redhat.com (ovpn-116-190.ams2.redhat.com [10.36.116.190]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 4156184663; Fri, 3 Jan 2020 10:13:01 +0000 (UTC) From: =?UTF-8?B?UGhpbGlwcGUgTWF0aGlldS1EYXVkw6k=?= To: devel@edk2.groups.io Cc: Philippe Mathieu-Daude , Achin Gupta , Jiewen Yao , Supreeth Venkatesh Subject: [PATCH v2 74/78] StandaloneMmPkg: Fix a typo Date: Fri, 3 Jan 2020 10:08:08 +0100 Message-Id: <20200103090812.10592-75-philmd@redhat.com> In-Reply-To: <20200103090812.10592-1-philmd@redhat.com> References: <20200103090812.10592-1-philmd@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-MC-Unique: G_axClv5MIaUbsOUJyXLpQ-1 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Fix a typo in a comment. Cc: Achin Gupta Cc: Jiewen Yao Cc: Supreeth Venkatesh Reviewed-by: jiewen.yao@intel.com Signed-off-by: Philippe Mathieu-Daude --- StandaloneMmPkg/Core/Dispatcher.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StandaloneMmPkg/Core/Dispatcher.c b/StandaloneMmPkg/Core/Dispa= tcher.c index fe10e65c4bf0..2f795d01dc1f 100644 --- a/StandaloneMmPkg/Core/Dispatcher.c +++ b/StandaloneMmPkg/Core/Dispatcher.c @@ -431,7 +431,7 @@ MmLoadImage ( // // Copy the PDB file name to our temporary string, and replace .pdb wi= th .efi // The PDB file name is limited in the range of 0~255. - // If the length is bigger than 255, trim the redudant characters to a= void overflow in array boundary. + // If the length is bigger than 255, trim the redundant characters to = avoid overflow in array boundary. // for (Index =3D 0; Index < sizeof (EfiFileName) - 4; Index++) { EfiFileName[Index] =3D ImageContext.PdbPointer[Index + StartIndex]; --=20 2.21.0