From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-1.mimecast.com (us-smtp-1.mimecast.com [207.211.31.120]) by mx.groups.io with SMTP id smtpd.web10.7119.1581041549354235282 for ; Thu, 06 Feb 2020 18:12:29 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=T8iiqNNI; spf=pass (domain: redhat.com, ip: 207.211.31.120, mailfrom: philmd@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1581041548; 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=MduzhLYHTAwicgqqCUnw/ApZNMrVB7bu0rZd3JMORsY=; b=T8iiqNNIGCSWHXtGVKl7WWtjuheh8p5ZOkfmi2re7afJBR2TTY29T0yG0tcqBwvfmSNJl5 2aMLFFAJOKIduS+Sj/cRlwEpFsl8PWCURCcQx06BIXfXg9fntl9YRM2bi2xoZ1zyIsMLAv 37BV2ptIPAMsiNNebBcZMNYs4KP0biM= 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-67-5VkA1M1BNreO6JC3PP0zUA-1; Thu, 06 Feb 2020 21:12:24 -0500 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 mimecast-mx01.redhat.com (Postfix) with ESMTPS id 0C1A910753F8; Fri, 7 Feb 2020 02:12:23 +0000 (UTC) Received: from x1w.redhat.com (ovpn-204-120.brq.redhat.com [10.40.204.120]) by smtp.corp.redhat.com (Postfix) with ESMTPS id EF51B60BEC; Fri, 7 Feb 2020 02:12:21 +0000 (UTC) From: =?UTF-8?B?UGhpbGlwcGUgTWF0aGlldS1EYXVkw6k=?= To: devel@edk2.groups.io Cc: Laszlo Ersek , Eric Dong Subject: [PATCH v3 75/78] StandaloneMmPkg: Fix few typos Date: Fri, 7 Feb 2020 02:08:28 +0100 Message-Id: <20200207010831.9046-76-philmd@redhat.com> In-Reply-To: <20200207010831.9046-1-philmd@redhat.com> References: <20200207010831.9046-1-philmd@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-MC-Unique: 5VkA1M1BNreO6JC3PP0zUA-1 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com 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 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.1