Skip to content

Commit

Permalink
MdeModulePkg: Fix typo of "memory" in RamDiskDxe debug message
Browse files Browse the repository at this point in the history
Fix a typo of "memory" in a debug message in RamDiskProtocol.c.

Signed-off-by: Rebecca Cran <[email protected]>
Reviewed-by: Hao A Wu <[email protected]>
Reviewed-by: Philippe Mathieu-Daude <[email protected]>
  • Loading branch information
bexcran authored and mergify[bot] committed Sep 3, 2021
1 parent b6bc203 commit c5e805f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskProtocol.c
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ RamDiskPublishNfit (
MemoryFound = TRUE;
DEBUG ((
EFI_D_INFO,
"RamDiskPublishNfit: RAM disk with reserved meomry type, will publish to NFIT.\n"
"RamDiskPublishNfit: RAM disk with reserved memory type, will publish to NFIT.\n"
));
break;
}
Expand Down

0 comments on commit c5e805f

Please sign in to comment.