MdeModulePkg: Fix typo of "memory" in RamDiskDxe debug message
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>
This commit is contained in:
		
				
					committed by
					
						
						mergify[bot]
					
				
			
			
				
	
			
			
			
						parent
						
							b6bc203375
						
					
				
				
					commit
					c5e805ffe1
				
			@@ -195,7 +195,7 @@ RamDiskPublishNfit (
 | 
				
			|||||||
      MemoryFound = TRUE;
 | 
					      MemoryFound = TRUE;
 | 
				
			||||||
      DEBUG ((
 | 
					      DEBUG ((
 | 
				
			||||||
        EFI_D_INFO,
 | 
					        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;
 | 
					      break;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user