]> xenbits.xensource.com Git - people/aperard/ovmf.git/commitdiff
StandaloneMmPkg: Fix few typos
authorAntoine Coeur <coeur@gmx.fr>
Fri, 7 Feb 2020 01:08:28 +0000 (02:08 +0100)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Mon, 10 Feb 2020 22:30:07 +0000 (22:30 +0000)
Fix few typos in comments.

Cc: Achin Gupta <achin.gupta@arm.com>
Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Supreeth Venkatesh <supreeth.venkatesh@arm.com>
Signed-off-by: Antoine Coeur <coeur@gmx.fr>
Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com>
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
Message-Id: <20200207010831.9046-76-philmd@redhat.com>

StandaloneMmPkg/Core/Dependency.c
StandaloneMmPkg/Core/FwVol.c
StandaloneMmPkg/Core/StandaloneMmCore.c
StandaloneMmPkg/Library/StandaloneMmPeCoffExtraActionLib/StandaloneMmPeCoffExtraActionLib.inf

index 7c6e76748b2bead3f3a0bdb61c1ec4cd477baea7..e0f2d3518369e9b712f80d34e32011d4fff27509 100644 (file)
@@ -372,7 +372,7 @@ MmIsSchedulable (
     // The math is done out of order, but it should not matter. That is\r
     // we may add in the sizeof (EFI_GUID) before we account for the OP Code.\r
     // This is not an issue, since we just need the correct end result. You\r
-    // need to be careful using Iterator in the loop as it's intermediate value\r
+    // need to be careful using Iterator in the loop as its intermediate value\r
     // may be strange.\r
     //\r
     Iterator++;\r
index 314329ea065a2235b12c051b25bc6734677307a1..856d86011d314a33cdee66af77f34fc8b290b509 100644 (file)
@@ -50,7 +50,7 @@ MmCoreFfsFindMmDriver (
 \r
 Routine Description:\r
   Given the pointer to the Firmware Volume Header find the\r
-  MM driver and return it's PE32 image.\r
+  MM driver and return its PE32 image.\r
 \r
 Arguments:\r
   FwVolHeader - Pointer to memory mapped FV\r
index c52164683de8273c1dd08d649be2957bd593083f..ac3e2c0b1b93859ebda04841f72a0bed28c02580 100644 (file)
@@ -354,7 +354,7 @@ MmEntryPoint (
   //PlatformHookBeforeMmDispatch ();\r
 \r
   //\r
-  // If a legacy boot has occured, then make sure gMmCorePrivate is not accessed\r
+  // If a legacy boot has occurred, then make sure gMmCorePrivate is not accessed\r
   //\r
 \r
   //\r
index e972ba3bc7b8b793c733ce5509d5a3e13cb3e4b0..89083df679a11a228164da9c6ed4c163c16c5559 100644 (file)
@@ -1,5 +1,5 @@
 #/** @file\r
-# PeCoff extra action libary for DXE phase that run Unix emulator.\r
+# PeCoff extra action library for DXE phase that run Unix emulator.\r
 #\r
 # Lib to provide memory journal status code reporting Routines\r
 # Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>\r