]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdeModulePkg: Fix typo of "memory" in RamDiskDxe debug message
authorRebecca Cran <rebecca@bsdio.com>
Mon, 30 Aug 2021 22:36:36 +0000 (06:36 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Fri, 3 Sep 2021 03:10:30 +0000 (03:10 +0000)
Fix a typo of "memory" in a debug message in RamDiskProtocol.c.

Signed-off-by: Rebecca Cran <rebecca@bsdio.com>
Reviewed-by: Hao A Wu <hao.a.wu@intel.com>
Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com>
MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskProtocol.c

index 4333e000539b8b3fd5230c500676e1fe02dd08fd..a45a55c82306da0cc3cc16fffcfdf6ecb9fdd92d 100644 (file)
@@ -195,7 +195,7 @@ RamDiskPublishNfit (
       MemoryFound = TRUE;\r
       DEBUG ((\r
         EFI_D_INFO,\r
-        "RamDiskPublishNfit: RAM disk with reserved meomry type, will publish to NFIT.\n"\r
+        "RamDiskPublishNfit: RAM disk with reserved memory type, will publish to NFIT.\n"\r
         ));\r
       break;\r
     }\r