From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-1.mimecast.com (us-smtp-delivery-1.mimecast.com [205.139.110.61]) by mx.groups.io with SMTP id smtpd.web09.2286.1578046388697401913 for ; Fri, 03 Jan 2020 02:13:08 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=Er4nLD+U; spf=pass (domain: redhat.com, ip: 205.139.110.61, mailfrom: philmd@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1578046387; 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=rzbExFAOrHFIztwNJKipvOygid+0ObLDO/8FRQX7/q0=; b=Er4nLD+UetwESIxm9YuLfdinRWF4JDnmoYMeJBZ6YQVgrZanOD5GnuPA2gMp4WCTzq0RH1 jkySiRC66R0GSSr9i1rYVYZHdk6M0Rp8ykl/NgzuJW5rEhMvtOjRW6N9HgsOe25kb64REy fLwMoG5pFrfUEWazxZJkiWghEUmQ2Lg= 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-392-5m6PuI4xOM-mlwiPAVkTjw-1; Fri, 03 Jan 2020 05:13:05 -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 B3190800D41; Fri, 3 Jan 2020 10:13:04 +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 096D984663; Fri, 3 Jan 2020 10:13:02 +0000 (UTC) From: =?UTF-8?B?UGhpbGlwcGUgTWF0aGlldS1EYXVkw6k=?= To: devel@edk2.groups.io Cc: Antoine Coeur , Achin Gupta , Jiewen Yao , Supreeth Venkatesh , Philippe Mathieu-Daude Subject: [PATCH v2 75/78] StandaloneMmPkg: Fix few typos Date: Fri, 3 Jan 2020 10:08:09 +0100 Message-Id: <20200103090812.10592-76-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: 5m6PuI4xOM-mlwiPAVkTjw-1 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Antoine Coeur Fix few typos in comments. Cc: Achin Gupta Cc: Jiewen Yao Cc: Supreeth Venkatesh Signed-off-by: Antoine Coeur Reviewed-by: Philippe Mathieu-Daude Reviewed-by: jiewen.yao@intel.com Signed-off-by: Philippe Mathieu-Daude --- .../StandaloneMmPeCoffExtraActionLib.inf | 2 +- StandaloneMmPkg/Core/Dependency.c | 2 +- StandaloneMmPkg/Core/FwVol.c | 2 +- StandaloneMmPkg/Core/StandaloneMmCore.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/StandaloneMmPkg/Library/StandaloneMmPeCoffExtraActionLib/Stand= aloneMmPeCoffExtraActionLib.inf b/StandaloneMmPkg/Library/StandaloneMmPeCof= fExtraActionLib/StandaloneMmPeCoffExtraActionLib.inf index e972ba3bc7b8..89083df679a1 100644 --- a/StandaloneMmPkg/Library/StandaloneMmPeCoffExtraActionLib/StandaloneMm= PeCoffExtraActionLib.inf +++ b/StandaloneMmPkg/Library/StandaloneMmPeCoffExtraActionLib/StandaloneMm= PeCoffExtraActionLib.inf @@ -1,5 +1,5 @@ #/** @file -# PeCoff extra action libary for DXE phase that run Unix emulator. +# PeCoff extra action library for DXE phase that run Unix emulator. # # Lib to provide memory journal status code reporting Routines # Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.
diff --git a/StandaloneMmPkg/Core/Dependency.c b/StandaloneMmPkg/Core/Depen= dency.c index 7c6e76748b2b..e0f2d3518369 100644 --- a/StandaloneMmPkg/Core/Dependency.c +++ b/StandaloneMmPkg/Core/Dependency.c @@ -372,7 +372,7 @@ MmIsSchedulable ( // The math is done out of order, but it should not matter. That is // we may add in the sizeof (EFI_GUID) before we account for the OP Co= de. // This is not an issue, since we just need the correct end result. Yo= u - // need to be careful using Iterator in the loop as it's intermediate = value + // need to be careful using Iterator in the loop as its intermediate v= alue // may be strange. // Iterator++; diff --git a/StandaloneMmPkg/Core/FwVol.c b/StandaloneMmPkg/Core/FwVol.c index 314329ea065a..856d86011d31 100644 --- a/StandaloneMmPkg/Core/FwVol.c +++ b/StandaloneMmPkg/Core/FwVol.c @@ -50,7 +50,7 @@ MmCoreFfsFindMmDriver ( =20 Routine Description: Given the pointer to the Firmware Volume Header find the - MM driver and return it's PE32 image. + MM driver and return its PE32 image. =20 Arguments: FwVolHeader - Pointer to memory mapped FV diff --git a/StandaloneMmPkg/Core/StandaloneMmCore.c b/StandaloneMmPkg/Core= /StandaloneMmCore.c index c52164683de8..ac3e2c0b1b93 100644 --- a/StandaloneMmPkg/Core/StandaloneMmCore.c +++ b/StandaloneMmPkg/Core/StandaloneMmCore.c @@ -354,7 +354,7 @@ MmEntryPoint ( //PlatformHookBeforeMmDispatch (); =20 // - // If a legacy boot has occured, then make sure gMmCorePrivate is not ac= cessed + // If a legacy boot has occurred, then make sure gMmCorePrivate is not a= ccessed // =20 // --=20 2.21.0