]> git.proxmox.com Git - mirror_edk2.git/commitdiff
StandaloneMmPkg: Fix a typo
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Fri, 7 Feb 2020 01:08:27 +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 a typo in a comment.

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

StandaloneMmPkg/Core/Dispatcher.c

index fe10e65c4bf0c04155b5f54d4516f307c7ff141c..2f795d01dc1ffe1512c28c4fb0b88b451bdca232 100644 (file)
@@ -431,7 +431,7 @@ MmLoadImage (
     //\r
     // Copy the PDB file name to our temporary string, and replace .pdb with .efi\r
     // The PDB file name is limited in the range of 0~255.\r
-    // If the length is bigger than 255, trim the redudant characters to avoid overflow in array boundary.\r
+    // If the length is bigger than 255, trim the redundant characters to avoid overflow in array boundary.\r
     //\r
     for (Index = 0; Index < sizeof (EfiFileName) - 4; Index++) {\r
       EfiFileName[Index] = ImageContext.PdbPointer[Index + StartIndex];\r